HOTFIX: Debug mode change


This is a small hotfix that affects an aspect of debugging in DreamBox.

DreamBox runs on wasmtime, which has an option to enable debug information in WASM modules. This is intended to integrate with LLDB for debugging WASM code, however it turns out the option is too unstable to leave enabled by default - even in a very small test project of mine it caused Cranelift to panic on an otherwise perfectly valid module.

So, this patch disables debug information by default. However, I recognize it could still be useful in some cases, so you can still enable it from the commandline by adding the "--wasm-debug" flag.

Files

dreambox-windows-alpha.zip 37 MB
Version 8 Sep 29, 2022
dreambox-linux-alpha.zip 11 MB
Version 6 Sep 29, 2022

Get DreamBox

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.