wado-lang/wado
The Wado Programming Language
programming-languagewadowasiwasm
First Claude commit: Jan 27, 2026Last Claude commit: 1mo agoDiscovered: Mar 16, 2026
Recent Claude Commits
Fix CI benchmark-zlib by adding --dir mapping for filesystem access
7f33bbc1mo agoauthor_emailRemove Profiling with JitDump section from AGENTS.md
4b369671mo agoauthor_emailAdd note about committing on-task-done results for CI integrity check
338772f1mo agoauthor_emailFormat benchmark README
b1c4c081mo agoauthor_emailUpdate benchmark README with twitter.json zlib results
e7718fd1mo agoauthor_emailUse twitter.json for zlib benchmark instead of synthetic data
d41b6a71mo agoauthor_emailRun cargo fmt and clippy fix
0e13a5e1mo agoauthor_emailUpdate Rust dependencies: wasm-tools 0.245, walrus 0.25, jsonschema 0.45, toml 1.0
0f744dc1mo agoauthor_emailUpdate benchmark and wasm-size results
e4dc7071mo agoauthor_emailRun cargo fmt on copy_prop.rs
eca43b51mo agoauthor_emailRevert "Run format-wado on library and example files"
e1ed3e71mo agoauthor_emailRun format-wado on library and example files
60dd27e1mo agoauthor_emailApply clippy fix: collapse nested if-let in copy_prop
4ab9ace1mo agoauthor_emailExtend copy propagation to eliminate &/&mut reference copies
5dfed3f1mo agoauthor_emailfix: remove redundant continue expressions and update golden fixtures
945ea1c1mo agoauthor_emailchore: update format golden fixtures after upstream sync
884434b1mo agoauthor_emailMerge origin/main into claude/review-numerical-calculations-B8kbo
0dc4ecb1mo agoauthor_emailfix: cast u8 bytes to u32 before shifting in trim_end
c3235dc1mo agoauthor_emailchore: update format fixture golden files
104e3891mo agoauthor_emailchore: update golden fixtures and apply clippy fixes for eqz optimization
1ddd0411mo agoauthor_emailchore: format and update golden fixtures for variadic tuple impls
4d818e51mo agoauthor_emaildocs: update WEP variadic type parameters implementation plan
c6d2b281mo agoauthor_emailfeat: replace hardcoded tuple synthesis with variadic impls
115b6fa1mo agoauthor_emailAdd eqz peephole optimization: fold `x == 0` to i32.eqz/i64.eqz
422a4681mo agoauthor_emailFix formatting in docs/compiler.md
8ccbf2d1mo agoauthor_emailFix pipeline phase ordering: Synthesis before Effect Check
c7e8a111mo agoauthor_emailfix: truncate sub-i32 arithmetic results and reject float %
d625c831mo agoauthor_emailUpdate compiler.md: fix inaccuracies and reduce verbosity
2e6c45f1mo agoauthor_emailfeat: add variadic tuple trait impls in Wado prelude
50b91e41mo agoauthor_emailfeat: enable variadic tuple trait impls
750954a1mo agoauthor_emailwip: variadic tuple impl resolution infrastructure
587a4da1mo agoauthor_emailfeat: add variadic for-of and tuple type ownership
7ea0db61mo agoauthor_emailci: build wado-dev-tools before golden fixture generation
88ebedf1mo agoauthor_emailMerge remote-tracking branch 'origin/main' into claude/fix-golden-fixture-flaky-suZa3
ff60db81mo agoauthor_emailAdd wasi:filesystem test coverage and fix compiler bugs
8ef96c71mo agoauthor_emailApply clippy-fix formatting to pipeline.rs
8f2b5201mo agoauthor_emailSkip unnecessary wado-compiler recompilation in update-bundled
d2167921mo agoauthor_emailFix flaky golden fixture crashes by separating build from execution
9345af71mo agoauthor_emailupdate variadic golden fixtures after upstream merge
cf1b9d21mo agoauthor_emailMerge remote-tracking branch 'origin/main' into claude/implement-variadic-generics-rhGGV
375f1cb1mo agoauthor_emailUpdate variadic WEP checklist with implemented items
09b9bf21mo agoauthor_emailApply clippy fixes from on-task-done
cdf69f81mo agoauthor_emailregenerate golden fixtures after upstream sync
64186fb1mo agoauthor_emailMerge remote-tracking branch 'origin/main' into claude/verify-wasm-wit-specs-edUbk
615f4321mo agoauthor_emailRegenerate golden fixtures after cm_binding rename (complete run)
2059f8a1mo agoauthor_emailUpdate docs for variadic generics quality fixes
0db30ee1mo agoauthor_emailRegenerate golden fixtures after cm_adapter → cm_binding rename
cf44ace1mo agoauthor_emailRename "CM adapter" to "CM binding" across codebase
0b7ef261mo agoauthor_emailFix variadic generics quality issues from self-review
5ac1ce91mo agoauthor_emailUpdate sieve benchmark results: 140ms → 78ms (1.95x vs C)
6be81501mo agoauthor_email