Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/binary-parser-refactor-name-fixup
/
.
/
test
/
lit
/
merge
/
start.flip.wat.second
blob: 89dcf4f97256d9700da6e13a5d452b229f93162d [
file
] [
log
] [
blame
] [
edit
]
(
module
(
func $start
(
export
"start"
)
;;
Not
a start
function
,
but the name overlaps so it will
get
deduplicated
.
(
drop
(
i32
.
const
1
)
)
)
)