Boudewijn

Results 1 issues of Boudewijn

Consider the following expression: ````wasm (select (i32.div_u (i32.const 3) (i32.const 0)) (i32.const 2) (i32.const 0) ) ```` Binaryen will try to eliminate the `select` statement when its condition is constant....