summaryrefslogtreecommitdiff
path: root/test/imported_memory.wast.fromBinary
blob: ae1205de00abc5cbde2300e30b96dbd1b6e67bb9 (plain)
1
2
3
4
5
(module
 (import "env" "memory" (memory $0 256 256))
 (import "env" "table" (table $timport$0 256 256 funcref))
)