Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/1.38.10
/
.
/
test
/
duplicated_names.wasm.fromBinary
blob: 90eedbaa5c717dc169550117b060e3630bedb057 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
(
result i32
)))
(
func $foo
(;
0
;)
(
type $0
)
(
result i32
)
(
i32
.
const
0
)
)
(
func $foo
.
1
(;
1
;)
(
type $0
)
(
result i32
)
(
i32
.
const
1
)
)
(
func $foo
.
2
(;
2
;)
(
type $0
)
(
result i32
)
(
i32
.
const
2
)
)
)