Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/drop2
/
.
/
test
/
export-import.wast.fromBinary
blob: 5b7bcd030312b934a2078dd43dc66ac31b994aa8 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $none_
=>
_none
(
func
))
(
import
"env"
"test2"
(
global
$gimport$1 i32
))
(
import
"env"
"test1"
(
func $test1
))
(
export
"test1"
(
func $test1
))
(
export
"test2"
(
global
$gimport$1
))
)