gdb for WebAssembly
cargo install wasmgdb
wasmgdb <coredump> <source.wasm>
bt
Display the stack trace.
f <#>
Selects a stack frame and display informations.