summaryrefslogtreecommitdiff
path: root/test/export-import.wast.fromBinary.noDebugInfo
blob: 562a51cc6dc6783d21b136962c0c66c5b79f7afe (plain)
1
2
3
4
5
6
7
8
9
10
(module
 (type $0 (func))
 (type $1 (func))
 (import "env" "test2" (global $import$1 i32))
 (import "env" "test1" (func $import$0))
 (memory $0 0)
 (export "test1" (func $import$0))
 (export "test2" (global $import$1))
)