summaryrefslogtreecommitdiff
path: root/test/binaryen.js/tag.js.txt
blob: 06c0c9d68fa4f7292359ce8d6fe394b67659f512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GetTag is equal: true
getTagInfo={"name":"a-tag","module":"","base":"","params":2,"results":0}
(module
 (type $0 (func (param i32)))
 (type $1 (func (param i32 f32)))
 (import "module" "base" (tag $a-tag-imp (param i32 f32)))
 (tag $a-tag (param i32))
 (export "a-tag-exp" (tag $a-tag))
)

(module
 (type $0 (func (param i32 f32)))
 (import "module" "base" (tag $a-tag-imp (param i32 f32)))
)