7 releases
0.1.12 | Mar 6, 2023 |
---|---|
0.1.11 | Feb 24, 2023 |
0.1.7 | Jan 31, 2023 |
#463 in WebAssembly
158 downloads per month
Used in 2 crates
72KB
2K
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
~295–410KB