diff options
Diffstat (limited to 'test/lld/em_asm_pthread.wasm.out')
-rw-r--r-- | test/lld/em_asm_pthread.wasm.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lld/em_asm_pthread.wasm.out b/test/lld/em_asm_pthread.wasm.out index a89db9b24..43eb27176 100644 --- a/test/lld/em_asm_pthread.wasm.out +++ b/test/lld/em_asm_pthread.wasm.out @@ -63,8 +63,6 @@ (import "wasi_snapshot_preview1" "fd_write" (func $fimport$16 (param i32 i32 i32 i32) (result i32))) (import "env" "initPthreadsJS" (func $fimport$17)) (import "env" "setTempRet0" (func $setTempRet0 (param i32))) - (table $0 5 5 funcref) - (elem (i32.const 1) $6 $73 $72 $74) (global $global$0 (mut i32) (i32.const 5246928)) (global $global$1 i32 (i32.const 0)) (global $global$2 i32 (i32.const 0)) @@ -77,6 +75,8 @@ (global $global$11 i32 (i32.const 1836)) (global $global$12 i32 (i32.const 1658)) (global $global$13 i32 (i32.const 1782)) + (table $0 5 5 funcref) + (elem (i32.const 1) $6 $73 $72 $74) (export "__wasm_call_ctors" (func $0)) (export "main" (func $4)) (export "__indirect_function_table" (table $0)) |