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