Files
wasmtime/docs
Sven Sauleau 0e9a48afd5 add basic coredump generation (#5868)
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:
```
wasmtime --coredump-on-trap=/path/to/coredump/file module.wasm
```

See ./docs/examples-coredump.md for a working example.

Refs https://github.com/bytecodealliance/wasmtime/issues/5732
2023-02-28 20:27:52 +00:00
..
2020-02-25 08:52:43 -08:00
2020-03-10 09:36:56 -05:00
2021-07-12 09:01:44 -05:00
2022-12-22 01:02:31 +00:00
2020-03-23 09:58:08 -07:00
2022-04-04 09:05:40 -05:00