Sign in
cobalt
/
cobalt
/
63c7ad499be49ef959b3b1c5ea3f48491aa033d3
/
.
/
src
/
v8
/
third_party
/
wasm-api
/
example
/
reflect.wat
blob: 261dfd3c339b7b9e28cef43d51022c94901a0558 [
file
] [
log
] [
blame
]
(
module
(
func
(
export
"func"
)
(
param i32 f64 f32
)
(
result i32
)
(
unreachable
))
(
global
(
export
"global"
)
f64
(
f64
.
const
0
))
(
table
(
export
"table"
)
0
50
anyfunc
)
(
memory
(
export
"memory"
)
1
)
)