blob: 8b7f96dc6b20e0ede33565d89000d6bc9290dfe8 [file] [edit]
(module
(memory 1)
(export "memory" memory)
(func $_main
(grow_memory
(i32.add
(current_memory)
(i32.const 1)
)
)
)
)
;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] }