You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add --disable-wasm-trap-handler to Node.js runtimes to prevent OOM
V8's Wasm trap handler reserves a 10 GB virtual memory cage, which
exceeds the sandbox rlimit_as (4096 MiB) and causes amaro/SWC to fail
with "Cannot allocate Wasm memory" when Node.js strips TypeScript types.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments