summaryrefslogtreecommitdiff
path: root/test/export-import.wast.fromBinary
blob: f35d385f1e4f8505d5fef8bdfbda182e3f531d92 (plain)
1
2
3
4
5
6
7
8
9
(module
 (type $0 (func))
 (type $1 (func))
 (import "env" "test2" (global $import$1 i32))
 (import "env" "test1" (func $test1))
 (export "test1" (func $test1))
 (export "test2" (global $import$1))
)