diff options
Diffstat (limited to 'test/lld/init.wast.out')
-rw-r--r-- | test/lld/init.wast.out | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/test/lld/init.wast.out b/test/lld/init.wast.out index 273e0d6aa..52eb0dd51 100644 --- a/test/lld/init.wast.out +++ b/test/lld/init.wast.out @@ -3,16 +3,13 @@ (type $1 (func (result i32))) (type $2 (func (param i32 i32) (result i32))) (memory $0 2) - (data (i32.const 568) "\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (global $global$0 (mut i32) (i32.const 66112)) - (global $global$1 i32 (i32.const 66112)) - (global $global$2 i32 (i32.const 576)) + (global $global$1 i32 (i32.const 576)) (export "memory" (memory $0)) (export "__wasm_call_ctors" (func $__wasm_call_ctors)) - (export "__heap_base" (global $global$1)) - (export "__data_end" (global $global$2)) (export "main" (func $main)) + (export "__data_end" (global $global$1)) (export "stackSave" (func $stackSave)) (export "stackAlloc" (func $stackAlloc)) (export "stackRestore" (func $stackRestore)) @@ -104,7 +101,6 @@ "__growWasmMemory" ], "namedGlobals": { - "__heap_base" : "66112", "__data_end" : "576" }, "invokeFuncs": [ |