Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/cpp20
/
.
/
test
/
reduce
/
simple.wast.txt
blob: 1c2a8c63fe93ca0a3c9ab79c86c80a18af150145 [
file
] [
log
] [
blame
] [
edit
]
(module
(type $none_=>_i32 (func (result i32)))
(export "x" (func $0))
(func $0 (result i32)
(i32.const 5678)
)
)