Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/filenames-in-reader-errors
/
.
/
test
/
parse
/
expr
/
drop.txt
blob: a9de1a9dd8f4d8639348c08e573fceff840ba14f [
file
] [
log
] [
blame
] [
edit
]
;;; TOOL: wat2wasm
(module
(func
i32.const 0
drop
i64.const 0
drop
f32.const 0
drop
f64.const 0
drop))