Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/binary-parser-refactor-name-fixup
/
.
/
test
/
metadce
/
ref-func.wast
blob: b7d2b8ac7d801d0b8cb4ed47777a373a038997c9 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
import
"env"
"f1"
(
func $f1
))
(
import
"env"
"f2"
(
func $f2
))
(
export
"g"
(
global
$g
))
(
export
"f"
(
func $f
))
(
global
$g funcref
(
ref
.
func $f1
))
(
func $f
(
result funcref
)
(
ref
.
func $f2
))
)