summaryrefslogtreecommitdiff
path: root/test/binaryen.js/event.js.txt
blob: 51e35dc4c67e6726d959c9863ddfcbe963cac5e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
GetEvent is equal: true
getEventInfo={"name":"a-event","module":"","base":"","attribute":0,"params":2,"results":0}
(module
 (import "module" "base" (event $a-event-imp (attr 0) (param i32 f32)))
 (event $a-event (attr 0) (param i32))
 (export "a-event-exp" (event $a-event))
)

(module
 (import "module" "base" (event $a-event-imp (attr 0) (param i32 f32)))
)