diff options
Diffstat (limited to 'test/lld/hello_world.wat')
-rw-r--r-- | test/lld/hello_world.wat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lld/hello_world.wat b/test/lld/hello_world.wat index b04e08cc3..71f464ae6 100644 --- a/test/lld/hello_world.wat +++ b/test/lld/hello_world.wat @@ -5,9 +5,9 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (import "env" "puts" (func $puts (param i32) (result i32))) (memory $0 2) - (data (i32.const 568) "Hello, world\00") + (data $.rodata (i32.const 568) "Hello, world\00") (table $0 1 1 funcref) - (global $global$0 (mut i32) (i32.const 66128)) + (global $__stack_pointer (mut i32) (i32.const 66128)) (export "memory" (memory $0)) (export "__wasm_call_ctors" (func $__wasm_call_ctors)) (export "main" (func $main)) |