summaryrefslogtreecommitdiff
path: root/test/lld/hello_world.passive.wat.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/lld/hello_world.passive.wat.out')
-rw-r--r--test/lld/hello_world.passive.wat.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lld/hello_world.passive.wat.out b/test/lld/hello_world.passive.wat.out
index 5d4a2ed10..a4c1a9c1b 100644
--- a/test/lld/hello_world.passive.wat.out
+++ b/test/lld/hello_world.passive.wat.out
@@ -4,12 +4,12 @@
(type $0 (func (param i32) (result i32)))
(type $3 (func (param i32 i32) (result i32)))
(import "env" "puts" (func $puts (param i32) (result i32)))
- (memory $0 2)
- (data "Hello, world\00")
- (table $0 1 1 funcref)
(global $global$0 (mut i32) (i32.const 66128))
(global $global$1 i32 (i32.const 66128))
(global $global$2 i32 (i32.const 581))
+ (memory $0 2)
+ (data "Hello, world\00")
+ (table $0 1 1 funcref)
(export "memory" (memory $0))
(export "__wasm_call_ctors" (func $__wasm_call_ctors))
(export "__heap_base" (global $global$1))