6 releases
0.1.22 | Aug 7, 2023 |
---|---|
0.1.21 | Aug 4, 2023 |
0.1.20 | Jul 27, 2023 |
#146 in WebAssembly
47 downloads per month
130KB
3.5K
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
~5–16MB
~205K SLoC