bug1957545.js (108B)
1 function f() { 2 WebAssembly.instantiate(wasmTextToBinary("(func)")).catch(e => {}); 3 oomTest(f); 4 } 5 f();