wapc / wapc-rust

Rust-based WebAssembly Host Runtime for waPC-compliant modules
Apache License 2.0
76 stars 10 forks source link

Support no_std #17

Closed autodidaddict closed 4 years ago

autodidaddict commented 4 years ago

If possible, enable a feature flag that allows the waPC host to compile/run without access to std. This will facilitate it being used as a foundation for higher-level functionality that can be available on embedded / limited devices.

Related to #4 , where wasm3 might be a potential option. other alternatives include using wasmi.