summaryrefslogtreecommitdiff
path: root/test/binaryen.js/event.js.txt
blob: 233f4b0372a20465b226e13565b9b04bd1f07008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GetEvent is equal: true
getEventInfo={"name":"a-event","module":"","base":"","attribute":0,"type":"vi"}
(module
 (type $vi (func (param i32)))
 (type $vif (func (param i32 f32)))
 (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
 (type $vi (func (param i32)))
 (type $vif (func (param i32 f32)))
 (import "module" "base" (event $a-event-imp (attr 0) (param i32 f32)))
)