diff options
Diffstat (limited to 'test/lld/shared.wat.out')
-rw-r--r-- | test/lld/shared.wat.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/shared.wat.out b/test/lld/shared.wat.out index 209c3db82..66000827d 100644 --- a/test/lld/shared.wat.out +++ b/test/lld/shared.wat.out @@ -3,7 +3,6 @@ (type $i32_=>_i32 (func (param i32) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "memory" (memory $mimport$0 1)) - (data $.data (global.get $__memory_base) "Hello, world\00\00\00\00\00\00\00\00\00\00\00\00") (import "env" "__indirect_function_table" (table $timport$0 0 funcref)) (import "env" "__memory_base" (global $__memory_base i32)) (import "env" "__table_base" (global $__table_base i32)) @@ -13,6 +12,7 @@ (import "env" "puts" (func $puts (param i32) (result i32))) (global $global$0 i32 (i32.const 16)) (global $global$1 i32 (i32.const 20)) + (data $.data (global.get $__memory_base) "Hello, world\00\00\00\00\00\00\00\00\00\00\00\00") (export "__wasm_call_ctors" (func $__wasm_call_ctors)) (export "_Z13print_messagev" (func $print_message\28\29)) (export "ptr_puts" (global $global$0)) |