Sign in
webkit
/
WebKit
/
792348bf1638d46e99695b252c00bfc0970488be
/
.
/
JSTests
/
wasm
/
stress
/
local-ref.js
blob: 447628ab600d6214e89cd8e31ac3544510758829 [
file
] [
log
] [
blame
]
//@ requireOptions("--useWebAssemblyReferences=1")
import
{
instantiate
}
from
"../wabt-wrapper.js"
;
instantiate
(`
(
module
(
func
(
local anyref
)
(
local anyref
)
)
)
`);