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