]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/ctor-eval/imported2.wast.out
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / ctor-eval / imported2.wast.out
1 (module
2 (type $0 (func))
3 (import "env" "STACKTOP" (global $STACKTOP i32))
4 (import "env" "STACK_MAX" (global $STACK_MAX i32))
5 (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
6 (global $mine (mut i32) (i32.const 1))
7 (memory $0 256 256)
8 (data (i32.const 10) "wasa waka waka waka waka")
9 (export "test1" (func $test1))
10 (export "test2" (func $test2))
11 (export "test3" (func $test3))
12 (func $test1 (; 0 ;) (type $0)
13 (nop)
14 )
15 (func $test2 (; 1 ;) (type $0)
16 (set_global $mine
17 (i32.const 2)
18 )
19 (i32.store8
20 (i32.const 13)
21 (i32.const 115)
22 )
23 )
24 (func $test3 (; 2 ;) (type $0)
25 (i32.store8
26 (i32.const 14)
27 (i32.const 115)
28 )
29 )
30 )