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