rkgk/crates
liquidex c1ccc1be24 fix an unnecessarily large amount of locals being emitted for each function
previously we'd create (argument_count + let_count) locals, which doesn't make sense.
so now `let`s use their own counter for their own locals, and we only request as many empty locals as there are `let`s.
2024-09-02 21:43:27 +02:00
..
haku fix an unnecessarily large amount of locals being emitted for each function 2024-09-02 21:43:27 +02:00
haku-cli syntax v2 2024-09-01 09:29:11 +02:00
haku-wasm return an error when the parser is at its event capacity 2024-09-02 20:41:13 +02:00
rkgk add a bunch of logging to haku, including vm-trace for tracing what the VM does 2024-09-02 21:36:38 +02:00
rkgk-image-ops sync 2024-08-17 22:16:21 +02:00