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