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