21 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.12 | Mar 6, 2023 |
#230 in WebAssembly
42 downloads per month
Used in 10 crates
(8 directly)
45KB
1K
SLoC
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
~210KB