Awesome
wazm — Web Assembly Zig Machine
Feature | Implemented | Tested |
---|---|---|
Bytecode parser | ✅ | ⚠️ |
Bytecode output | ❌ | ❌ |
WAT parser | 🚧 | ⚠️ |
WAT output | ❌ | ❌ |
Execution | ✅ | 🐛 |
WASI | 🚧 | ⚠️ |
$ git clone https://github.com/fengb/wazm.git
$ cd wazm
$ zig build test
Feature | Implemented | Tested |
---|---|---|
Bytecode parser | ✅ | ⚠️ |
Bytecode output | ❌ | ❌ |
WAT parser | 🚧 | ⚠️ |
WAT output | ❌ | ❌ |
Execution | ✅ | 🐛 |
WASI | 🚧 | ⚠️ |
$ git clone https://github.com/fengb/wazm.git
$ cd wazm
$ zig build test