Closed eliabieri closed 1 year ago
Does wasmer-pack support WASI? Basically, I would like to walk through the introduction blog post, create a package that makes use of WASI, publish it and then consume it using embedded WASMER in Rust.
Yep, it sure does.
There are even tests for calling WABT (a bunch of CLI tools for working with WebAssembly) from JavaScript and Python.
Does wasmer-pack support WASI? Basically, I would like to walk through the introduction blog post, create a package that makes use of WASI, publish it and then consume it using embedded WASMER in Rust.