wado-lang/wado
The Wado Programming Language
programming-languagewadowasiwasm
First Claude commit: Jan 27, 2026Last Claude commit: 2mo agoDiscovered: Mar 16, 2026
Recent Claude Commits
Fix CI benchmark-zlib by adding --dir mapping for filesystem access
7f33bbc2mo agoauthor_emailRemove Profiling with JitDump section from AGENTS.md
4b369672mo agoauthor_emailAdd note about committing on-task-done results for CI integrity check
338772f2mo agoauthor_emailFormat benchmark README
b1c4c082mo agoauthor_emailUpdate benchmark README with twitter.json zlib results
e7718fd2mo agoauthor_emailUse twitter.json for zlib benchmark instead of synthetic data
d41b6a72mo agoauthor_emailRun cargo fmt and clippy fix
0e13a5e2mo agoauthor_emailUpdate Rust dependencies: wasm-tools 0.245, walrus 0.25, jsonschema 0.45, toml 1.0
0f744dc2mo agoauthor_emailUpdate benchmark and wasm-size results
e4dc7072mo agoauthor_emailRun cargo fmt on copy_prop.rs
eca43b52mo agoauthor_emailRevert "Run format-wado on library and example files"
e1ed3e72mo agoauthor_emailRun format-wado on library and example files
60dd27e2mo agoauthor_emailApply clippy fix: collapse nested if-let in copy_prop
4ab9ace2mo agoauthor_emailExtend copy propagation to eliminate &/&mut reference copies
5dfed3f2mo agoauthor_emailfix: remove redundant continue expressions and update golden fixtures
945ea1c2mo agoauthor_emailchore: update format golden fixtures after upstream sync
884434b2mo agoauthor_emailMerge origin/main into claude/review-numerical-calculations-B8kbo
0dc4ecb2mo agoauthor_emailfix: cast u8 bytes to u32 before shifting in trim_end
c3235dc2mo agoauthor_emailchore: update format fixture golden files
104e3892mo agoauthor_emailchore: update golden fixtures and apply clippy fixes for eqz optimization
1ddd0412mo agoauthor_emailchore: format and update golden fixtures for variadic tuple impls
4d818e52mo agoauthor_emaildocs: update WEP variadic type parameters implementation plan
c6d2b282mo agoauthor_emailfeat: replace hardcoded tuple synthesis with variadic impls
115b6fa2mo agoauthor_emailAdd eqz peephole optimization: fold `x == 0` to i32.eqz/i64.eqz
422a4682mo agoauthor_emailFix formatting in docs/compiler.md
8ccbf2d2mo agoauthor_emailFix pipeline phase ordering: Synthesis before Effect Check
c7e8a112mo agoauthor_emailfix: truncate sub-i32 arithmetic results and reject float %
d625c832mo agoauthor_emailUpdate compiler.md: fix inaccuracies and reduce verbosity
2e6c45f2mo agoauthor_emailfeat: add variadic tuple trait impls in Wado prelude
50b91e42mo agoauthor_emailfeat: enable variadic tuple trait impls
750954a2mo agoauthor_emailwip: variadic tuple impl resolution infrastructure
587a4da2mo agoauthor_emailfeat: add variadic for-of and tuple type ownership
7ea0db62mo agoauthor_emailci: build wado-dev-tools before golden fixture generation
88ebedf2mo agoauthor_emailMerge remote-tracking branch 'origin/main' into claude/fix-golden-fixture-flaky-suZa3
ff60db82mo agoauthor_emailAdd wasi:filesystem test coverage and fix compiler bugs
8ef96c72mo agoauthor_emailApply clippy-fix formatting to pipeline.rs
8f2b5202mo agoauthor_emailSkip unnecessary wado-compiler recompilation in update-bundled
d2167922mo agoauthor_emailFix flaky golden fixture crashes by separating build from execution
9345af72mo agoauthor_emailupdate variadic golden fixtures after upstream merge
cf1b9d22mo agoauthor_emailMerge remote-tracking branch 'origin/main' into claude/implement-variadic-generics-rhGGV
375f1cb2mo agoauthor_emailUpdate variadic WEP checklist with implemented items
09b9bf22mo agoauthor_emailApply clippy fixes from on-task-done
cdf69f82mo agoauthor_emailregenerate golden fixtures after upstream sync
64186fb2mo agoauthor_emailMerge remote-tracking branch 'origin/main' into claude/verify-wasm-wit-specs-edUbk
615f4322mo agoauthor_emailRegenerate golden fixtures after cm_binding rename (complete run)
2059f8a2mo agoauthor_emailUpdate docs for variadic generics quality fixes
0db30ee2mo agoauthor_emailRegenerate golden fixtures after cm_adapter → cm_binding rename
cf44ace2mo agoauthor_emailRename "CM adapter" to "CM binding" across codebase
0b7ef262mo agoauthor_emailFix variadic generics quality issues from self-review
5ac1ce92mo agoauthor_emailUpdate sieve benchmark results: 140ms → 78ms (1.95x vs C)
6be81502mo agoauthor_email