Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/binary-parser-refactor-name-fixup
/
.
/
test
/
wasm2js
/
start_func.wast
blob: 4359ebef15a9d306f75db5c6909fbdd8b39e48f2 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
memory
1
)
(
start $foo
)
(
func $foo
(
i32
.
store
(
i32
.
const
1
)
(
i32
.
const
2
))
)
)