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