Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
HEAD
/
.
/
test
/
wasm2js
/
dot_import.wast
blob: 4da6478ee97cfd83f2fd942f773ad9f9927d9e55 [
file
] [
log
] [
blame
]
(
module
(
import
"mod.ule"
"ba.se"
(
func $base
))
(
func $exported
(
export
"exported"
)
(
call $base
)
)
)