7 releases
0.1.12 | Mar 6, 2023 |
---|---|
0.1.11 | Feb 24, 2023 |
0.1.7 | Jan 31, 2023 |
#362 in WebAssembly
167 downloads per month
Used in 4 crates
37KB
1K
SLoC
Wasm coredump
TODO: docs.
Rewrite
wasm-coredump-rewriter < input.wasm > output.wasm
Debug
Troubleshooting
Running into stack overflow
Some Wasm binaries have very recursive flow of control, increase the maximum stack size:
$ ulimit -s 160000
Dependencies
~165KB