Source code
Revision control
Copy as Markdown
Other Tools
ignoreUnhandledRejections();
function f() {
drainJobQueue();
WebAssembly.compileStreaming();
}
oomTest(f);
ignoreUnhandledRejections();
function f() {
drainJobQueue();
WebAssembly.compileStreaming();
}
oomTest(f);