Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
HEAD
/
.
/
test
/
lit
/
exec
/
call_ref-import-cross-module.wast.second
blob: a4d01f57a577c588952e8c5e701c0958e9d92ea4 [
file
] [
log
] [
blame
]
(
module
(
import
"fuzzing-support"
"call-ref"
(
func $call
-
ref
(
param funcref i32
)))
(
import
"primary"
"get"
(
func $primary
-
get
(
result funcref
)))
(
func $run
(
export
"run"
)
(
call $call
-
ref
(
call $primary
-
get
)
(
i32
.
const
0
)
)
)
)