wapc / wapc-rust

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

Support wasm3 #4

Closed autodidaddict closed 4 years ago

autodidaddict commented 4 years ago

Add a conditional feature wasm3 to the project that, when active, will compile the crate using the wasm3 interpreter instead of the wasmtime JIT/compiler. This would allow people to build code on top of wapc that could optimize for running either in full (wasmtime) environments or embedded/limited (wasm3) environments.