blob: 0ac0ec0c9f5fd3891acc18b596ad7df74be0bed7 (
plain)
1
2
3
4
5
6
7
8
|
(module
(type $0 (func))
(import "env" "test2" (global $gimport$0 i32))
(import "env" "test1" (func $fimport$0 (type $0)))
(export "test1" (func $fimport$0))
(export "test2" (global $gimport$0))
)
|