summaryrefslogtreecommitdiff
path: root/test/binaryen.js/functions.js.txt
blob: 70333338f34057151d948c21578e03acf580709e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
GetFunction is equal: true
getFunctionTypeInfo={"name":5366144,"params":[],"result":1}
getFunctionInfo={"name":5399120,"type":5366144,"params":[],"result":1,"vars":[],"body":5366312}
getExpressionInfo(body)={"id":15,"type":1,"value":3}
(i32.const 3)

(module
 (type $i (func (result i32)))
 (global $a-global i32 (i32.const 3))
 (memory $0 0)
)