Stream: git-wasmtime

Topic: wasmtime / issue #439 Generate debuginfo even when there ...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 04 2026 at 16:56):

fitzgen added the wasmtime:debugging label to Issue #439.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 04 2026 at 16:56):

fitzgen added the cranelift:area:debug label to Issue #439.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 04 2026 at 16:57):

fitzgen closed issue #439:

For example, wasmtime could use the function index within the wasm file as function name. It could also expose the wasm stack as fake variables, and when possible, it could show the arguments.

It would also be possible (probably behind a flag) to create .wat files and generate appropriate .debug_line contents.

These things would significantly ease debugging of wasm programs without debuginfo.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 04 2026 at 16:57):

fitzgen commented on issue #439:

Wasmtime's recent guest debugging supports stepping through the WAT.


Last updated: Jul 29 2026 at 05:03 UTC