| Age | Commit message (Expand) | Author |
| 2026-04-19 | feat: lazy memory allocation, fix instruction rewrite order | Henry |
| 2026-04-17 | feat: refactor optimizer + executor, add v128 super instructions | Henry |
| 2026-04-12 | fix: fix remaining issues with extended-const | Henry |
| 2026-04-05 | chore: cleanup | Henry |
| 2026-04-05 | chore: refactor optimizer/add more superinstructions | Henry |
| 2026-04-04 | fix: intruction enum size regression | Henry |
| 2026-04-04 | chore: add ParserOptions | Henry |
| 2026-04-03 | feat: Wide Arithmetic | Henry |
| 2026-04-03 | feat: add relaxed simd | Henry |
| 2026-04-03 | chore: fix debug feature | Henry |
| 2026-03-23 | chore: cleanup | Henry |
| 2026-02-12 | chore: upgrade deps | Henry |
| 2026-01-25 | chore: update deps | Henry |
| 2025-11-27 | chore: remove unstable-simd feature, rename logging feature to log | Henry Gressmann |
| 2025-09-21 | chore: update deps | Henry Gressmann |
| 2025-05-24 | chore: update deps, rename simd feature | Henry Gressmann |
| 2025-05-06 | chore: update deps, update nightly | Henry Gressmann |
| 2025-04-23 | chore: update deps, properly feature gate simd | Henry Gressmann |
| 2025-04-03 | chore: update deps, cargo fmt | Henry Gressmann |
| 2025-02-25 | chore: update to rust 2024 | Henry Gressmann |
| 2025-01-06 | feat: replace `RefNull` with new `FuncRef` and `ExternRef` structs | Henry Gressmann |
| 2024-12-28 | chore: update deps | Henry Gressmann |
| 2024-10-11 | feat: add simd support to the parser | Henry Gressmann |
| 2024-10-05 | chore: update deps | Henry Gressmann |
| 2024-09-10 | feat: Custom memory page size (#22) | Daniel Stuart |
| 2024-09-02 | wip: simd support | Henry Gressmann |
| 2024-08-29 | feat: full multi-memory support | Henry Gressmann |
| 2024-08-25 | chore: update wasmparser + testsuite | Henry Gressmann |
| 2024-08-12 | chore: clean up code | Henry Gressmann |
| 2024-07-16 | chore: update wasmparser | Henry Gressmann |
| 2024-07-01 | chore: refactor executor, add LocalCopy instructions | Henry Gressmann |
| 2024-06-30 | chore: restructure runtime and reduce build dependencies | Henry Gressmann |
| 2024-06-28 | fix: fix 2.0 regressions introduced by 644395712a81c8f3fd56b6beafe9d3e09dfa9501 | Henry Gressmann |
| 2024-06-28 | feat: compact value stack (#21) | Henry Gressmann |
| 2024-05-29 | chore: update deps, cleanup | Henry Gressmann |
| 2024-05-29 | chore: improve parser, clean up interpreter loop | Henry Gressmann |
| 2024-05-01 | feat: switch back to upstream wasmparser | Henry Gressmann |
| 2024-03-09 | chore: improve documentation, tests | Henry Gressmann |
| 2024-02-27 | chore: remove recursive macro from parser | Henry Gressmann |
| 2024-02-25 | chore: improve new parser arch | Henry Gressmann |
| 2024-02-25 | feat: new parser architecture | Henry Gressmann |
| 2024-02-24 | feat: switch to own fork of wasmparser | Henry Gressmann |
| 2024-01-31 | chore: overall code cleanup | Henry Gressmann |
| 2024-01-29 | feat: pre-processed wasm | Henry Gressmann |
| 2024-01-26 | feat: full no_std support | Henry Gressmann |
| 2024-01-23 | chore: support partially initialized module instances | Henry Gressmann |
| 2024-01-23 | core: attach types to functions | Henry Gressmann |
| 2024-01-20 | feat: typed host funcs | Henry Gressmann |
| 2024-01-20 | chore: progress towards host functions | Henry Gressmann |
| 2024-01-10 | chore: improve documentation, tests | Henry Gressmann |