17 releases
0.2.2 | Dec 31, 2024 |
---|---|
0.2.1 | Nov 25, 2024 |
0.1.24 | Nov 14, 2024 |
0.1.22 | Aug 7, 2023 |
0.1.11 | Feb 24, 2023 |
#1075 in WebAssembly
2,260 downloads per month
Used in 9 crates
(3 directly)
6KB
87 lines
WebAssembly Coredump
Monorepo for generating, parsing, debugging WebAssembly coredumps.
See demo for an overview about how to use Wasm coredumps.
Debugging
Think gdb for WebAssembly
See wasmgdb for documentation.
Use Coredump today
Since no Wasm engine support exists today, you an use wasm-coredump-rewriter to inject Coredump support.
Coredump format
See specificiation.
Troubleshooting
Running into stack overflow
Some Wasm binaries have very recursive flow of control, increase the maximum stack size:
$ ulimit -s 160000
Dependencies
~25KB