Skip to content

Commit 518fef2

Browse files
committed
Update zwasm version references to v1.0.0 in docs
1 parent 16fb0e7 commit 518fef2

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.dev/binary-size-audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Binary Size Audit — v0.2.0
22

33
Date: 2026-02-14
4-
zwasm: v0.2.0 (GitHub URL dependency)
4+
zwasm: v1.0.0 (GitHub URL dependency)
55
Platform: macOS ARM64 (Apple Silicon)
66

77
## Binary Size Summary

.dev/future.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
| GC | MarkSweepGc (D69, D70) |
2727
| Benchmark suite | 31 benchmarks (20 native + 11 wasm) |
2828
| Backends | VM (bytecode) + TreeWalk |
29-
| Wasm engine | zwasm v0.2.0 (external dependency) |
29+
| Wasm engine | zwasm v1.0.0 (external dependency) |
3030

3131
---
3232

.dev/memo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ CW updated to use `loadWasiWithOptions(..., .{ .caps = .all })` in `src/wasm/typ
1111

1212
- **All phases through 76 COMPLETE** (Type System & Reader Enhancements)
1313
- Coverage: 880+ vars (651/706 core, 10/11 protocols, 22/22 reducers, 25 embedded CLJ namespaces)
14-
- Wasm engine: zwasm v0.2.0 (GitHub URL dependency, build.zig.zon).
14+
- Wasm engine: zwasm v1.0.0 (GitHub URL dependency, build.zig.zon).
1515
- Bridge: `src/wasm/types.zig` (751 lines, thin wrapper over zwasm)
1616
- 52 upstream test files, all passing. 6/6 e2e tests pass. 14/14 deps e2e pass.
17-
- Benchmarks: `bench/history.yaml` (v0.2.0 entry = latest baseline)
17+
- Benchmarks: `bench/history.yaml` (v1.0.0 entry = latest baseline)
1818
- Binary: 4.07MB ReleaseSafe (Mac ARM64). See `.dev/binary-size-audit.md`.
1919
- Java interop: `src/interop/` module with URI, File, UUID, PushbackReader, StringBuilder, StringWriter, BufferedWriter classes (D101)
2020

bench/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Measured as ReleaseSafe builds on ARM64 macOS.
232232

233233
| Runtime | Version | Binary Size |
234234
|----------------|--------------|-------------|
235-
| **zwasm** | 0.2.0 | **1.1 MB** |
235+
| **zwasm** | 1.0.0 | **1.3 MB** |
236236
| wasmtime | 41.0.1 | 56.3 MB |
237237
| bun | 1.3.8 | 57.1 MB |
238238
| node | v24.13.0 | 61.7 MB |
@@ -243,7 +243,7 @@ Full Wasm 3.0 support (all 9 proposals including GC) in 1.1 MB.
243243

244244
## Latest Wasm Runtime Results (2026-02-14)
245245

246-
CW's built-in Wasm runtime (zwasm v0.3.0, Register IR + ARM64/x86_64 JIT)
246+
CW's built-in Wasm runtime (zwasm v1.0.0, Register IR + ARM64/x86_64 JIT)
247247
vs 4 other Wasm runtimes. Apple M4 Pro, 48GB RAM.
248248
21 benchmarks (WAT 5, TinyGo 11, Shootout 5), hyperfine 3 runs + 1 warmup.
249249

0 commit comments

Comments
 (0)