release: 0.2.8
CI / check (push) Has been cancelled

Ships the self-guard expansion, and corrects what the benchmark tables claim.
Measured with wafer, gforth and SwiftForth all native on x86-64 -- the macOS
sf64 build runs under Rosetta 2 and flatters us -- Fibonacci is 1.16x rather
than 0.83x, so sf64 still wins it and wafer takes the other four. README and
OPTIMIZATIONS now carry both tables.
This commit is contained in:
Oleksandr Kozachuk
2026-08-10 12:48:33 +02:00
parent e963e636d3
commit 4f96f8860a
8 changed files with 68 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.2.7"
version = "0.2.8"
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ok2/wafer"