Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/docs
/
.
/
test
/
ctor-eval
/
no_partial.wast.out
blob: ad8006a7c0aecfaf8df42c4ddbc1e6726d86fa32 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $FUNCSIG$v
(
func
))
(
memory $0
256
256
)
(
data
(
i32
.
const
10
)
"waka waka waka waka waka"
)
(
export
"test1"
(
func $test1
))
(
func $test1
(;
0
;)
(
type $FUNCSIG$v
)
(
i32
.
store8
(
i32
.
const
12
)
(
i32
.
const
115
)
)
(
unreachable
)
)
)