summaryrefslogtreecommitdiff
path: root/test/binaryen.js/functions.js.txt
blob: 15c719555e45e619d3623e88ef10096de024f8c3 (plain)
1
2
3
4
5
6
7
8
9
10
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)))
)