dispatchrun / wasi-go

A Go implementation of the WebAssembly System Interface (WASI)
Apache License 2.0
124 stars 7 forks source link

only retain file paths for preopens #11

Closed achille-roussel closed 1 year ago

achille-roussel commented 1 year ago

Now that fd_readdir is not implemented with os.ReadDir (see #10), we can track file paths for preopens only.