Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/parser-error-contexts
/
.
/
test
/
duplicated_names.wasm.fromBinary
blob: 753ef8ada4ba77b9e025f71eebd4e2894ac867d1 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
(
result i32
)))
(
func $foo
(
result i32
)
(
i32
.
const
0
)
)
(
func $foo
.
1
(
result i32
)
(
i32
.
const
1
)
)
(
func $foo
.
2
(
result i32
)
(
i32
.
const
2
)
)
)