This implementation of the uFork virtual machine is written in Rust and targets the browser's WASM engine.
Only WASM 1.0 (MVP) features are used in this implementation.
The virtual machine semantics are described in vm.md.
A browser-based GUI implements a debugger for a uFork processor core.