blob: c353d8cd67e06fd5c165658f145021766ef72f3a (
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 $0 (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)
)
)
)
)
|