Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
26c0252f6cd46334d0ad792cc0032ef0029b3f0d
/
.
/
test
/
validator
/
invalid_export.wast
blob: 76eecee3258caf12c4607e697bba5c40c7bf0327 [
file
]
(
module
(
func $export64
(
result i64
)
(
i64
.
const
1
))
(
export
"a"
(
func $export64
)))