Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```