Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/main
/
.
/
test
/
lit
/
wasm-split
/
merge-split.wast.second
blob: e52597945c9aa57fef9893cd0b136fc14fb70419 [
file
] [
edit
]
(
module
(
import
"env"
"imported_second"
(
func $imported_second
))
(
func $second_func
(
export
"second_func"
)
(
call $imported_second
)
)
)