Sign in
cobalt
/
cobalt
/
308ed6b84664d59944cd65f4b4359c28a2443be6
/
.
/
src
/
v8
/
third_party
/
wasm-api
/
example
/
serialize.wat
blob: 1c56c5582227725ec40cd27db02215d1954b7e6d [
file
] [
log
] [
blame
]
(
module
(
func $hello
(
import
""
"hello"
))
(
func
(
export
"run"
)
(
call $hello
))
)