index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
wasm
/
exceptions
/
bug-1751699.js
blob: c60a94a8edd053ebb859d65c3ab6e12507ae45a9 (
plain
)
1
2
3
4
5
6
oomTest
(()
=>
{
wasmEvalText
(
`
(import "" "" (func $d))
(func try call $d end)
`
);
});