diff --git a/README.md b/README.md index 848f588..7fcf7d1 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ # Loom -Formally verified WebAssembly optimizer +Translation-validated WebAssembly optimizer [](https://github.com/pulseengine/loom/actions/workflows/ci.yml)   - +-00C853?style=flat-square&logoColor=white&labelColor=1a1b27)  @@ -32,7 +32,7 @@ Meld fuses. Loom weaves. Synth transpiles. Kiln fires. Sigil seals. -WebAssembly optimization pipeline built on Cranelift's ISLE pattern-matching engine. Constant folding, strength reduction, CSE, inlining, dead code elimination — each pass proven correct through Z3 SMT translation validation. Includes a fused mode purpose-built for Meld output. +WebAssembly optimization pipeline built on Cranelift's ISLE pattern-matching engine. Constant folding, strength reduction, CSE, inlining, dead code elimination — each pass **translation-validated** by Z3 SMT: semantic equivalence is proved per function, per run (this validates each output, not a once-and-for-all proof of the optimizer itself). Includes a fused mode purpose-built for Meld output. Loom consistently achieves 80-95% binary size reduction with 10-30 microsecond optimization times. The entire pipeline is pure Rust with minimal dependencies. @@ -129,6 +129,6 @@ Apache-2.0