bug-1751699.js (104B)
1 oomTest(() => { 2 wasmEvalText(` 3 (import "" "" (func $d)) 4 (func try call $d end) 5 `); 6 });