**Describe the bug** Running `esbuild-wasm@0.15.14` with Node.js v19 closes without any output and exit code 130. Ref https://github.com/nodejs/citgm/pull/905#issuecomment-1318883988 **To Reproduce** ```sh docker run --rm -it node:19.1.0 bash cd $(mktemp -d) yarn init -2 yarn config set nodeLinker node-modules yarn add esbuild-wasm@0.15.14 yarn esbuild --help echo $? ```