| Age | Commit message (Expand) | Author |
| 2026-07-15 | fix: 64 bit table addressing | Henry |
| 2026-07-15 | feat: decouple validation from parsing | Henry |
| 2026-07-14 | chore: simplify runtime, parser, types, and SIMD internals | Henry |
| 2026-05-04 | chore: simplify parser & reduce allocations | Henry |
| 2026-05-03 | chore: unify v128 representation | Henry |
| 2026-05-02 | chore: add more tests, fix issues with import types, cleanup doom example | Henry |
| 2026-04-26 | feat: multithreaded wasm parser | Henry |
| 2026-04-22 | chore: reduce call & instantiation overhead | Henry |
| 2026-04-21 | feat: oom traps | Henry |
| 2026-04-17 | feat: refactor optimizer + executor, add v128 super instructions | Henry |
| 2026-04-16 | chore: remove ref stack | Henry |
| 2026-04-12 | chore: cleanup | Henry |
| 2026-04-12 | feat: remove lifetimes from runtime objects | Henry |
| 2026-04-12 | fix: fix remaining issues with extended-const | Henry |
| 2026-04-05 | chore: cleanup | Henry |
| 2025-12-08 | chore: update everything, more simd stuff | Henry Gressmann |
| 2025-03-01 | feat: add most basic simd instructions | 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-10-11 | feat: add simd support to the parser | Henry Gressmann |
| 2024-09-10 | feat: Custom memory page size (#22) | Daniel Stuart |
| 2024-08-12 | chore: clean up code | Henry Gressmann |
| 2024-07-01 | chore: refactor executor, add LocalCopy instructions | Henry Gressmann |
| 2024-06-28 | chore: restructure runtime | 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-06-25 | chore: update deps & testsuite, add msrv | Henry Gressmann |
| 2024-05-29 | chore: improve parser, clean up interpreter loop | Henry Gressmann |
| 2024-05-25 | chore: improve simd | Henry Gressmann |
| 2024-05-15 | feat: v0.7.0 (#13) | Henry Gressmann |
| 2024-05-12 | chore: clippy fixes and more tests | Henry Gressmann |
| 2024-05-11 | chore: simplify code | Henry Gressmann |
| 2024-05-09 | chore: update dependencies + test spec | Henry Gressmann |
| 2024-03-09 | chore: improve documentation, tests | Henry Gressmann |
| 2024-02-27 | reduce instruction enum size | 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-02-24 | perf: reduce block overhead (#3) | Henry Gressmann |
| 2024-02-24 | pref: improve parser performance | Henry Gressmann |
| 2024-01-31 | chore: overall code cleanup | Henry Gressmann |
| 2024-01-29 | feat: Bulk Memory Operations Proposal | Henry Gressmann |
| 2024-01-28 | feat: improve memory perf + basic bulk memory access | Henry Gressmann |
| 2024-01-26 | feat: full no_std support | Henry Gressmann |
| 2024-01-24 | feat: linker errors | Henry Gressmann |
| 2024-01-23 | feat: shared tables across modules | Henry Gressmann |
| 2024-01-23 | fix: global refnull conversion | Henry Gressmann |
| 2024-01-23 | feat: preserve null refs when returning | Henry Gressmann |
| 2024-01-23 | feat: uninitialized elems | Henry Gressmann |
| 2024-01-22 | fix: call param order | Henry Gressmann |