Source code

Revision control

Copy as Markdown

Other Tools

function f() {
WebAssembly.instantiate(wasmTextToBinary("(func)")).catch(e => {});
oomTest(f);
}
f();