component-opt 0.1.0

A simple optimizer for Wasm components
Documentation
1
2
3
4
5
export func test-u8-masking() -> bool {
    let zero: u8 = 255 + 1;
    return zero == 0;
}