component-opt 0.1.0

A simple optimizer for Wasm components
Documentation
1
2
3
export func identity(value: u64) -> u64 {
    return value;
}