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