A WebAssembly virtual machine implementation in MoonBit.
The virtual machine passes most WebAssembly specification tests with 11 individual tests skipped due to known limitations.
WebAssembly 1.0 Core:
Extension Proposals:
# Run tests (requires wasm-tools to be installed)
moon run test --target native
# Run a WebAssembly module (invokes _start function)
moon run cmd/main -- run test/simple/print42.wasm
WebAssembly
71.1%
MoonBit
23.6%
C
4.5%
A WebAssembly virtual machine implementation in MoonBit.
The virtual machine passes most WebAssembly specification tests with 11 individual tests skipped due to known limitations.
WebAssembly 1.0 Core:
Extension Proposals:
# Run tests (requires wasm-tools to be installed)
moon run test --target native
# Run a WebAssembly module (invokes _start function)
moon run cmd/main -- run test/simple/print42.wasm
WebAssembly
71.1%
MoonBit
23.6%
C
4.5%