Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/module-definition-and-instance-cp
/
.
/
test
/
lit
/
exec
/
second.wast.second
blob: de36a5f14ca7451200ba6fcedad96e687d9cbc61 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
import
"primary"
"first"
(
func $first
-
func
(
result i32
)))
(
func $second
(
export
"second"
)
(
result i32
)
;;
Test
we can call the first
module
,
linked
as
"primary."
(
i32
.
add
(
call $first
-
func
)
(
i32
.
const
1295
)
)
)
)