Register based VM for the THP languange
Find a file
2026-06-01 15:17:04 -05:00
examples feat: op_cmp 2026-02-10 17:31:20 -05:00
src wip: rework chunk, move chunk allocations (string, object) to VM 2026-06-01 15:17:04 -05:00
.gitignore feat: vm init 2026-01-04 13:13:56 -05:00
build.zig fix: enable chunk methods on tests too 2026-05-22 16:54:33 -05:00
build.zig.zon chore: build error 2026-04-24 15:01:17 -05:00
design.md feat: ideas on new vm design 2026-05-11 13:25:10 -05:00
Jenkinsfile feat: jenkinsfile build 2026-02-13 18:15:43 -05:00
README.md chore: small changes 2026-06-01 11:04:05 -05:00

Nara VM

A Register-Based virtual machine for the Nara 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