Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/no-export-hidden
/
.
/
test
/
passes
/
nm.wast
blob: 72534e55d6985bebff0fd86fd639a4c4dd818103 [
file
] [
edit
]
(
module
(
func $a
(
nop
)
)
(
func $b
(
loop
(
nop
)
(
i32
.
const
1000
)
)
)
(
func $c
(
block $top
(
nop
)
(
i32
.
const
1000
)
(
i32
.
add
(
i32
.
add
(
i32
.
const
1001
)
(
i32
.
const
1002
)
)
(
i32
.
add
(
i32
.
const
1003
)
(
i32
.
const
1004
)
)
)
(
br $top
)
)
)
)