diff options
Diffstat (limited to 'test/dot_s/hostFinalize.s')
-rw-r--r-- | test/dot_s/hostFinalize.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/dot_s/hostFinalize.s b/test/dot_s/hostFinalize.s new file mode 100644 index 000000000..cd9129d12 --- /dev/null +++ b/test/dot_s/hostFinalize.s @@ -0,0 +1,9 @@ + .text + .type _main, @function +_main: + current_memory $push0= + i32.const $push1=, 1 + i32.add $push2=, $pop0, $pop1 + grow_memory $pop2 + .endfunc + .size _main |