add a bunch of logging to haku, including vm-trace for tracing what the VM does

This commit is contained in:
りき萌 2024-09-02 21:35:52 +02:00
parent 337de0b57b
commit f4ceb0057e
4 changed files with 34 additions and 7 deletions

View file

@ -35,3 +35,4 @@ webp = "0.3.0"
[features]
default = []
memory-profiling = ["dep:tracy-client"]
haku-vm-trace = ["haku/vm-trace"]