16 releases

0.1.22 Aug 7, 2023
0.1.21 Aug 4, 2023
0.1.20 Jul 27, 2023
0.1.15 May 27, 2023
0.1.7 Jan 31, 2023

#579 in WebAssembly

Download history 7/week @ 2024-01-08 4/week @ 2024-02-12 7/week @ 2024-02-19 26/week @ 2024-02-26 19/week @ 2024-03-04 24/week @ 2024-03-11 22/week @ 2024-03-18 36/week @ 2024-03-25

102 downloads per month
Used in 7 crates

MIT license

82KB
2K 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

~0.3–9MB
~58K SLoC