Skip to Content
WASIX

WASIX

WASIX is the long-term stabilization and support of the existing WASI ABI  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 .

Usage

To use the WASIX runner, you need to specify the runner for your 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 the WASIX runner, please click here .

Last updated on