This codebase contains both a Zig implementation and a C implementation of a
WASI interpreter that is capable of interpreting a WASI build of the Zig
compiler, built with -Dwasi-bootstrap
, and then optimized with
wasm-opt -Oz --enable-bulk-memory
.
It works!
This repository is now used for experimentation while the main development takes place upstream, currently in the wasi-bootstrap branch, but soon to be merged into master.