mirror of
https://github.com/cloudflare/workers-rs.git
synced 2025-12-08 18:01:59 +00:00
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 ```