Module wasmer_wasix::runners::wasi_common
source · Structs§
- A directory that should be mapped from the host filesystem into a WASI instance (the “guest”).
Constants§
Functions§
- HACK: We need this so users can mount host directories at relative paths. This assumes that the current directory when a runner starts will be “/”, so instead of mounting to a relative path, we just mount to “/$path”.