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