7 releases

0.1.12 Mar 6, 2023
0.1.11 Feb 24, 2023
0.1.7 Jan 31, 2023

#463 in WebAssembly

Download history 23/week @ 2023-01-20 40/week @ 2023-01-27 30/week @ 2023-02-03 10/week @ 2023-02-10 79/week @ 2023-02-17 79/week @ 2023-02-24 32/week @ 2023-03-03 9/week @ 2023-03-10 8/week @ 2023-03-17

158 downloads per month
Used in 2 crates

MIT license

72KB
2K SLoC

Wasm coredump

TODO: docs.

Rewrite

wasm-coredump-rewriter < input.wasm > output.wasm

Debug

wasmgdb

Troubleshooting

Running into stack overflow

Some Wasm binaries have very recursive flow of control, increase the maximum stack size:

$ ulimit -s 160000

Dependencies

~295–410KB