Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/docs
/
.
/
test
/
ctor-eval
/
imported3.wast.out
blob: 47ab523c16ba3a6ecdc8f1b68a4e0bfb26b1b4de [
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
13
)
(
i32
.
const
115
)
)
)
)