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