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