Register based VM for the THP languange
  • Zig 98.8%
  • Nix 1.2%
Find a file
2026-04-23 19:39:00 +00:00
examples feat: op_cmp 2026-02-10 17:31:20 -05:00
src feat: upgrade to zig 0.16.0 2026-04-23 12:43:42 -05:00
.gitignore feat: vm init 2026-01-04 13:13:56 -05:00
build.zig chore: change package name 2026-02-11 10:34:50 -05:00
build.zig.zon chore: change package hash 2026-02-11 10:31:05 -05:00
flake.lock feat: string concatenation 2026-01-14 16:08:37 -05:00
flake.nix feat: string concatenation 2026-01-14 16:08:37 -05:00
Jenkinsfile feat: jenkinsfile build 2026-02-13 18:15:43 -05:00
README.md feat: jenkinsfile build 2026-02-13 18:15:43 -05:00

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