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