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