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

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