blob: b56bd3f93f83defbe3b958e07c2bfff17d460bca (
plain)
1
2
3
4
5
6
7
|
(module
(type $v (func))
(import "env" "test2" (global $test2 i32))
(import "env" "test1" (func $test1 (type $v)))
(export "test1" (func $test1))
(export "test2" (global $test2))
)
|