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