blob: bf6337e0e0e8d8cf787e0e5984c70f6af912aadd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
GetFunction is equal: true
getFunctionInfo={"module":"","base":"","params":0,"results":2,"vars":[]}
getExpressionInfo(body)={"id":14,"value":3}
(i32.const 3)
(module
)
(module
(type $i32_i32_=>_i32 (func (param i32 i32) (result i32)))
(func $b-function (param $a i32) (param $b i32) (result i32)
(local $res i32)
(local $unused f64)
(local.tee $res
(i32.add
(local.get $a)
(local.get $b)
)
)
)
)
|