diff options
Diffstat (limited to 'test/lld/init.wast')
-rw-r--r-- | test/lld/init.wast | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test/lld/init.wast b/test/lld/init.wast index 2f06799c9..fe3e5b7b2 100644 --- a/test/lld/init.wast +++ b/test/lld/init.wast @@ -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)) (func $__wasm_call_ctors (; 0 ;) (type $0) (call $init_x) (call $init_y) @@ -42,6 +39,6 @@ (func $main (; 4 ;) (type $2) (param $0 i32) (param $1 i32) (result i32) (call $__original_main) ) - ;; custom section "producers", size 111 + ;; custom section "producers", size 112 ) |