Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fengb/wazm
Web Assembly Zig Machine
https://github.com/fengb/wazm
interpreter wasm zig
Last synced: about 2 months ago
JSON representation
Web Assembly Zig Machine
- Host: GitHub
- URL: https://github.com/fengb/wazm
- Owner: fengb
- License: mit
- Created: 2020-01-23T00:52:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T04:32:44.000Z (about 2 years ago)
- Last Synced: 2024-10-15T02:43:25.573Z (about 2 months ago)
- Topics: interpreter, wasm, zig
- Language: Zig
- Homepage:
- Size: 372 KB
- Stars: 115
- Watchers: 6
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - wazm
- awesome-zig - wazm🗒️Web Assembly Zig Machine
README
# wazm — Web Assembly Zig Machine
| Feature | Implemented | Tested |
|:------|:------:|:------:|
| Bytecode parser | ✅ | ⚠️ |
| Bytecode output | ❌ | ❌ |
| WAT parser | 🚧 | ⚠️ |
| WAT output | ❌ | ❌ |
| Execution | ✅ | 🐛 |
| WASI | 🚧 | ⚠️ |```bash
$ git clone https://github.com/fengb/wazm.git
$ cd wazm$ zig build test
```