wapc/wapc-rust

Support wasm3

autodidaddict opened this issue · 0 comments

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.