| Age | Commit message (Expand) | Author |
| 2026-04-25 | chore: add specialized returns, optimize parser | Henry |
| 2026-04-25 | chore: add global bin op and acc superinstructions, cleanup executor | Henry |
| 2026-04-25 | fix: remove unsafe rewrites | Henry |
| 2026-04-25 | chore: reduce instantiation ovherhead & refactor optimize | Henry |
| 2026-04-24 | feat: new binopt superinstructions | Henry |
| 2026-04-22 | chore: reduce call & instantiation overhead | Henry |
| 2026-04-21 | feat: oom traps | Henry |
| 2026-04-19 | feat: simplify module api | Henry |
| 2026-04-19 | feat: lazy memory allocation, fix instruction rewrite order | Henry |
| 2026-04-18 | docs: add disclaimer | Henry |
| 2026-04-18 | fix: no_std build | Henry |
| 2026-04-18 | feat: memory backend api | Henry |
| 2026-04-18 | chore: cleanup | Henry |
| 2026-04-17 | feat: refactor optimizer + executor, add v128 super instructions | Henry |
| 2026-04-17 | feat: add JumpCmpLocalConst3/JumpCmpLocalLocal32 + rename superinstructions | Henry |
| 2026-04-16 | chore: remove ref stack | Henry |
| 2026-04-16 | chore: use new rust features | Henry |
| 2026-04-12 | chore: cleanup | Henry |
| 2026-04-12 | test: fix rust warm example build | Henry |
| 2026-04-12 | chore: refactor FunctionInstance | Henry |
| 2026-04-12 | feat: remove lifetimes from runtime objects | Henry |
| 2026-04-12 | chore: cleanup | Henry |
| 2026-04-12 | fix: fix unchecked memory offsets causing issues on 32 bit | Henry |
| 2026-04-12 | fix: validate_typed_func without debug implementation | Henry |
| 2026-04-12 | test: fix wasm-reference-types tests, update readme | Henry |
| 2026-04-12 | fix: fix remaining issues with extended-const | Henry |
| 2026-04-12 | feat: rework public api, add missing export apis | Henry |
| 2026-04-10 | ci: update binaryen | Henry |
| 2026-04-10 | chore: update testsuite | Henry |
| 2026-04-06 | chore: use FromIterator for ValueCounts | Henry |
| 2026-04-05 | chore: refactor stack_op | Henry |
| 2026-04-05 | feat: x86 simd implementation for i8x16_swizzle + i8x16_shuffle | Henry |
| 2026-04-05 | chore: refactor simd code in preparation for x86 intrinsics | Henry |
| 2026-04-05 | chore: cleanup | Henry |
| 2026-04-05 | chore: fix stable build, move BranchTableTarget to FunctionData | Henry |
| 2026-04-05 | chore: refactor optimizer/add more superinstructions | Henry |
| 2026-04-05 | chore: improve fused instructions | Henry |
| 2026-04-04 | fix: intruction enum size regression | Henry |
| 2026-04-04 | chore: add ParserOptions | Henry |
| 2026-04-04 | docs: update changelog, architecture, contributing | Henry |
| 2026-04-04 | chore: add back latest spec | Henry |
| 2026-04-03 | feat: Wide Arithmetic | Henry |
| 2026-04-03 | feat: add relaxed simd | Henry |
| 2026-04-03 | chore: cleanup | Henry |
| 2026-04-03 | chore: refactor interpreter loop | Henry |
| 2026-04-03 | docs: update readme | Henry |
| 2026-04-03 | chore: fix debug feature | Henry |
| 2026-04-03 | chore: put debug impl behind feature flag, cleanup | Henry |
| 2026-04-03 | chore: update | Henry |
| 2026-04-03 | chore: try to make simd ops more likely to autovectorize | Henry |