Source code

Revision control

Copy as Markdown

Other Tools

const tag = new WebAssembly.Tag({ parameters: ["i32"] });
oomTest(() => {
new WebAssembly.Exception(tag, []);
});