WebAssemblyOS / wasmos

OS primitives and shell for AssembyScript and WebAssembly
MIT License
40 stars 21 forks source link

[WIP] Adding Wasi #113

Closed willemneal closed 3 years ago

willemneal commented 5 years ago

Upgrading from the mock interface. Create the wrapper classes that handle invoking Wasi bindings.

Initial testing with Wasmer work for ls, cat, and echo. However, I couldn't keep the static interface because Wasmer doesn't allow for mutable globals.