diff options
Diffstat (limited to 'test/dot_s/hostFinalize.wast')
-rw-r--r-- | test/dot_s/hostFinalize.wast | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/dot_s/hostFinalize.wast b/test/dot_s/hostFinalize.wast new file mode 100644 index 000000000..8b7f96dc6 --- /dev/null +++ b/test/dot_s/hostFinalize.wast @@ -0,0 +1,13 @@ +(module + (memory 1) + (export "memory" memory) + (func $_main + (grow_memory + (i32.add + (current_memory) + (i32.const 1) + ) + ) + ) +) +;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] } |