summaryrefslogtreecommitdiff
path: root/test/empty_imported_table.wast.from-wast
blob: bf5f0f26ec5ff95c2ae14dc54107dbce1137d659 (plain)
1
2
3
4
(module
 (import "env" "table" (table $0 0 0 funcref))
 (memory $0 0)
)