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