WASIX Runner
WASIX is the long term stabilization and support of the existing WASI ABI (opens in a new tab) plus additional non-invasive syscall extensions that complete the missing gaps sufficiently enough to enable real, practical and useful applications to be compiled and used.
WASIX was created by the Wasmer team to speed up the Wasmification of codebases around the world!
You can check more about WASIX on the website (opens in a new tab).
Usage
To use the WASIX runner, you need to specify the runner for you package in your wasmer.toml
file:
wasmer.toml
# ...
[[command]]
name = "proxy"
module = "<your-module>"
runner = "https://webc.org/runner/wasi"
Learn More
To learn more about WASIX runner, please click here (opens in a new tab).