Source code
Revision control
Copy as Markdown
Other Tools
oomTest(() => {
wasmEvalText(`
(import "" "" (func $d))
(func try call $d end)
`);
});
oomTest(() => {
wasmEvalText(`
(import "" "" (func $d))
(func try call $d end)
`);
});