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