Register based VM for the THP languange
- Zig 98.8%
- Nix 1.2%
|
|
||
|---|---|---|
| examples | ||
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| flake.lock | ||
| flake.nix | ||
| Jenkinsfile | ||
| README.md | ||
THP VM
A Register-Based virtual machine for the THP language, rebuilt for x84-64 & wasm.
Wasm64 build
Build the wasm code in small mode, for loading in the browser:
zig build -Doptimize=ReleaseSmall wasm