Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/parallelize-parse
/
.
/
test
/
reduce
/
destructive.wast.txt
blob: ad4c7b2bc7c98aecf02547e732f028ef2948a8e7 [
file
] [
log
] [
blame
] [
edit
]
(module
(type $0 (func (param i32) (result i32)))
(export "x" (func $0))
(func $0 (param $0 i32) (result i32)
(i32.const 100)
)
)