Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 603 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 603 Bytes

Minimal WASI Interpreter

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.

Status

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.

Inspiration