summaryrefslogtreecommitdiff
path: root/test/export-import.wast.fromBinary
blob: 37a701e0765a9270115e8e451e2b9b04eda2f226 (plain)
1
2
3
4
5
6
7
8
(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))
)