Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/waitqueue
/
.
/
test
/
lit
/
merge
/
manifest.wat.third
blob: 9071db1c0237b249a08fc1f61a24ad1191af2321 [
file
] [
edit
]
(
module
(
import
"env"
"imported_third"
(
func $imported_third
))
(
func $qux
(
export
"qux"
)
(
call $imported_third
)
)
)