summaryrefslogtreecommitdiff
path: root/test/binaryen.js/functions.js.txt
blob: 58558bcd516b9ad4fd7074f0f5d5a3798777d3aa (plain)
1
2
3
4
5
6
7
8
9
10
11
GetFunction is equal: true
getFunctionTypeInfo={"params":[],"result":1}
getFunctionInfo={"module":"","base":"","params":[],"result":1,"vars":[]}
getExpressionInfo(body)={"id":14,"value":3}
(i32.const 3)

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