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