Sign in
webkit
/
WebKit
/
d158dceef24649669aba9fdeae8c00646ba7bdc2
/
.
/
JSTests
/
wasm
/
stress
/
local-ref.js
blob: 19c08469078698245078d864caa542571f2136f1 [
file
] [
log
] [
blame
]
import
{
instantiate
}
from
"../wabt-wrapper.js"
;
instantiate
(`
(
module
(
func
(
local anyref
)
(
local anyref
)
)
)
`);