#coredump #decoder #generate

wasm-parser

Wasm parser with coredump support

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

#1052 in WebAssembly

Download history 5/week @ 2024-02-19 26/week @ 2024-02-26 12/week @ 2024-03-04 23/week @ 2024-03-11 16/week @ 2024-03-18 13/week @ 2024-03-25 239/week @ 2024-04-01

294 downloads per month
Used in 7 crates

MIT license

88KB
2.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

~4–5.5MB
~89K SLoC