Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/binary-reader-pass-pos
/
.
/
test
/
passes
/
vacuum_ignore-implicit-traps.txt
blob: 49fd9285cb8cebeb11c6c52d290a168f3baac390 [
file
] [
edit
]
(module
(type $0 (func (result i32)))
(type $1 (func))
(memory $0 1)
(func $load-would-normally-have-side-effects (result i32)
(i64.ge_s
(i64.const 2912825531628789796)
(i64.const 0)
)
)
(func $unary-binary-may-trap
(nop)
)
)