summaryrefslogtreecommitdiff
path: root/test/empty_imported_table.wast.fromBinary
blob: 9e0c240cd785771cc8737b8c3198f91141980a81 (plain)
1
2
3
4
5
(module
 (import "env" "table" (table 0 0 anyfunc))
 (memory $0 0)
)