bytecodealliance / bytecodealliance/WASI-Virt
Reversed WASI interfaces?
Open
- Dominant language
- Rust
- Stars
- 235
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
I have the use case about which I am not sure if currently possible/handled:
Virtual File system consumed by host. For example:
virtual disk file on host's FS > wasm component that reads it through wasi-fs and gives read\write access to it's encapsulated FS through wasi-fs interface that is exposed to host > and is consumed by "wasi-fs to [WinFSP](https://github.com/winfsp/winfsp) adapter" giving access to the FS to all Windows software (and similarly "wasi-fs to FUSE adapter" on Linux).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.