Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/parser-get-idx
/
.
/
test
/
table-import.wast.fromBinary.noDebugInfo
blob: 13946ee7b7083acf0b38a80ba6ede509ad58117f [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $none_
=>
_none
(
func
))
(
import
"env"
"table"
(
table $timport$0
1
1
funcref
))
(
memory $0
0
)
(
elem
(
i32
.
const
0
)
$0
)
(
func $0
(
type $none_
=>
_none
)
(
nop
)
)
)