wasmerio / wasmer-pack

MIT License
49 stars 5 forks source link

WASI Support #126

Closed eliabieri closed 1 year ago

eliabieri commented 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.

Michael-F-Bryan commented 1 year ago

Yep, it sure does.

There are even tests for calling WABT (a bunch of CLI tools for working with WebAssembly) from JavaScript and Python.