summaryrefslogtreecommitdiff
path: root/test/binaryen.js/functions.js.txt
blob: a785d1ddf998dccb15051d1bd35349f1214322d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
GetFunction is equal: true
ExpressionId=15
ExpressionType=1
(i32.const 3)

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