mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-02 07:29:21 +00:00
This change adds a basic coredump generation after a WebAssembly trap was entered. The coredump includes rudimentary stack / process debugging information. A new CLI argument is added to enable coredump generation: ``` wasmer --coredump-on-trap=/path/to/coredump/file module.wasm ``` See docs/en/examples-coredump.md. Refs https://github.com/wasmerio/wasmer/issues/3578