github.com/tetratelabs/wazero@v1.7.3-0.20240513003603-48f702e154b5/internal/platform/path.go (about)

     1  //go:build !windows
     2  
     3  package platform
     4  
     5  // ToPosixPath returns the input, as only windows might return backslashes.
     6  func ToPosixPath(in string) string { return in }