diff options
Diffstat (limited to 'test/lld/em_asm_main_thread.wat.out')
-rw-r--r-- | test/lld/em_asm_main_thread.wat.out | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/lld/em_asm_main_thread.wat.out b/test/lld/em_asm_main_thread.wat.out index fdb75c98f..5c279a598 100644 --- a/test/lld/em_asm_main_thread.wat.out +++ b/test/lld/em_asm_main_thread.wat.out @@ -13,8 +13,10 @@ (global $global$1 i32 (i32.const 66192)) (global $global$2 i32 (i32.const 652)) (memory $0 2) - (data (i32.const 568) "") + (data (i32.const 568) "{ Module.print(\"Hello world\"); }\00{ return $0 + $1; }\00{ Module.print(\"Got \" + $0); }\00") (table $0 1 1 funcref) + (export "__start_em_asm" (global $0)) + (export "__stop_em_asm" (global $1)) (export "memory" (memory $0)) (export "__wasm_call_ctors" (func $__wasm_call_ctors)) (export "__heap_base" (global $global$1)) @@ -210,6 +212,8 @@ "main" ], "namedGlobals": { + "__start_em_asm" : "568", + "__stop_em_asm" : "652", "__heap_base" : "66192", "__data_end" : "652" }, |