Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/once.intersect
/
.
/
test
/
table-import.wast.fromBinary
blob: 52043bc10feb5c5bb6e86c781f3c17c8bc705af5 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
))
(
import
"env"
"table"
(
table $timport$0
1
1
funcref
))
(
memory $0
0
)
(
elem $0
(
i32
.
const
0
)
$foo
)
(
func $foo
(
type $0
)
(
nop
)
)
)