summaryrefslogtreecommitdiff
path: root/test/export-import.wast.from-wast
blob: c7abd619b02469257796ca6749f6c0c5f9212b58 (plain)
1
2
3
4
5
6
7
(module
 (type $none_=>_none (func))
 (import "env" "test2" (global $test2 i32))
 (import "env" "test1" (func $test1))
 (export "test1" (func $test1))
 (export "test2" (global $test2))
)