Sven Sauleau 749854f56f Wasm Coredump support
Run the Wasm coredump transformation as part of `worker-build`. For
client-side support, expose the Wasm module and its memory to later
extract the Wasm Coredump on crash.

The Wasm Coredump transformation is gated behind an environment
variable. To run it use the following:
```
COREDUMP=1 worker-build
```
2023-07-25 18:57:33 +02:00
..
2023-07-25 18:57:33 +02:00