summaryrefslogtreecommitdiff
path: root/test/wasm2js/emscripten-grow-no.wast
blob: 0cc59550e74b4fe1ab1fc8bbe3467c59843797ab (plain)
1
2
3
4
5
6
7
(module
 (type $0 (func))
 (import "env" "memory" (memory $0 256 256))
 (data (i32.const 1600) "abc")
 (export "memory" (memory $0))
)