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