Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/cpp20
/
.
/
test
/
table-import.wast.from-wast
blob: ab805d22dac9abded38d4f73bf665841b554ef38 [
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
)
)
)