summaryrefslogtreecommitdiff
path: root/test/lld/em_asm_O0.wat.out
blob: 6635354bfb27eddf771dbef70e56f2d345f55f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
(module
 (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32)))
 (type $none_=>_none (func))
 (type $none_=>_i32 (func (result i32)))
 (type $i32_i32_=>_i32 (func (param i32 i32) (result i32)))
 (import "env" "emscripten_asm_const_int" (func $emscripten_asm_const_int (param i32 i32 i32) (result i32)))
 (global $__stack_pointer (mut i32) (i32.const 66192))
 (global $global$1 i32 (i32.const 568))
 (global $global$2 i32 (i32.const 652))
 (memory $0 2)
 (data $em_asm (i32.const 568) "{ Module.print(\"Hello world\"); }\00{ return $0 + $1; }\00{ Module.print(\"Got \" + $0); }\00")
 (table $0 1 1 funcref)
 (export "memory" (memory $0))
 (export "__wasm_call_ctors" (func $__wasm_call_ctors))
 (export "main" (func $main))
 (export "__start_em_asm" (global $global$1))
 (export "__stop_em_asm" (global $global$2))
 (func $__wasm_call_ctors
 )
 (func $__original_main (result i32)
  (local $0 i32)
  (local $1 i32)
  (global.set $__stack_pointer
   (local.tee $0
    (i32.sub
     (global.get $__stack_pointer)
     (i32.const 32)
    )
   )
  )
  (i32.store8 offset=31
   (local.get $0)
   (i32.const 0)
  )
  (drop
   (call $emscripten_asm_const_int
    (i32.const 568)
    (i32.add
     (local.get $0)
     (i32.const 31)
    )
    (i32.const 0)
   )
  )
  (i32.store8 offset=30
   (local.get $0)
   (i32.const 0)
  )
  (i32.store16 offset=28 align=1
   (local.get $0)
   (i32.const 26985)
  )
  (i64.store offset=16
   (local.get $0)
   (i64.const 128849018900)
  )
  (local.set $1
   (call $emscripten_asm_const_int
    (i32.const 601)
    (i32.add
     (local.get $0)
     (i32.const 28)
    )
    (i32.add
     (local.get $0)
     (i32.const 16)
    )
   )
  )
  (i32.store
   (local.get $0)
   (i32.const 42)
  )
  (i32.store16 offset=26 align=1
   (local.get $0)
   (i32.const 105)
  )
  (drop
   (call $emscripten_asm_const_int
    (i32.const 621)
    (i32.add
     (local.get $0)
     (i32.const 26)
    )
    (local.get $0)
   )
  )
  (global.set $__stack_pointer
   (i32.add
    (local.get $0)
    (i32.const 32)
   )
  )
  (local.get $1)
 )
 (func $main (param $0 i32) (param $1 i32) (result i32)
  (call $__original_main)
 )
)