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