]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/imported_memory_growth.wast
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / imported_memory_growth.wast
1 (module
2 (import "env" "memory" (memory $0 256))
3 (import "env" "table" (table 256 anyfunc))
4 )