summaryrefslogtreecommitdiff
path: root/test/lld/recursive.wast.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/lld/recursive.wast.out')
-rw-r--r--test/lld/recursive.wast.out15
1 files changed, 9 insertions, 6 deletions
diff --git a/test/lld/recursive.wast.out b/test/lld/recursive.wast.out
index 4920a7622..13659ac36 100644
--- a/test/lld/recursive.wast.out
+++ b/test/lld/recursive.wast.out
@@ -4,15 +4,17 @@
(type $2 (func))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(import "env" "printf" (func $printf (param i32 i32) (result i32)))
- (global $global$0 (mut i32) (i32.const 66592))
- (global $global$1 i32 (i32.const 66592))
+ (global $global$0 (mut i32) (i32.const 66128))
+ (global $global$1 i32 (i32.const 66128))
+ (global $global$2 i32 (i32.const 587))
(table 1 1 anyfunc)
(memory $0 2)
- (data (i32.const 1024) "%d:%d\n\00Result: %d\n\00")
+ (data (i32.const 568) "%d:%d\n\00Result: %d\n\00")
(export "memory" (memory $0))
- (export "main" (func $main))
(export "__wasm_call_ctors" (func $__wasm_call_ctors))
+ (export "main" (func $main))
(export "__heap_base" (global $global$1))
+ (export "__data_end" (global $global$2))
(export "stackSave" (func $stackSave))
(export "stackAlloc" (func $stackAlloc))
(export "stackRestore" (func $stackRestore))
@@ -37,7 +39,7 @@
)
(drop
(call $printf
- (i32.const 1024)
+ (i32.const 568)
(get_local $var$2)
)
)
@@ -71,7 +73,7 @@
)
(drop
(call $printf
- (i32.const 1031)
+ (i32.const 575)
(get_local $var$0)
)
)
@@ -115,3 +117,4 @@
)
)
)
+;; METADATA: { "asmConsts": {},"staticBump": 19, "initializers": ["__wasm_call_ctors"] }