Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/runOnModuleCode
/
.
/
test
/
wasm2js
/
dot_import.wast
blob: 46c843fdedbfb91f1a4e56f4d0f926a9a521bcc5 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
import
"mod.ule"
"ba.se"
(
func $base
))
(
func
"exported"
(
call $base
)
)
)