| Age | Commit message (Expand) | Author |
| 2026-04-12 | feat: rework public api, add missing export apis | Henry |
| 2026-04-10 | ci: update binaryen | Henry |
| 2026-04-05 | chore: refactor optimizer/add more superinstructions | Henry |
| 2026-04-03 | feat: Wide Arithmetic | Henry |
| 2026-04-03 | chore: refactor interpreter loop | Henry |
| 2026-04-03 | chore: fix debug feature | Henry |
| 2026-04-03 | chore: update | Henry |
| 2026-04-03 | feat: add resumable calls / fuel tracking | Henry |
| 2026-04-02 | chore: clean up interpreter | Henry |
| 2026-04-01 | chore: cleanup + add wasm intrinsics | Henry |
| 2026-03-31 | chore: move locals to stack | Henry |
| 2026-03-19 | chore: replace magic numbers with expressions | Henry |
| 2025-12-08 | chore: update everything, more simd stuff | Henry Gressmann |
| 2025-08-01 | chore: clippy, update msrv | Henry Gressmann |
| 2025-04-03 | chore: update deps, cargo fmt | Henry Gressmann |
| 2025-02-12 | fix: fix build, improve error handling | Henry Gressmann |
| 2025-02-12 | feat: use postcard for new twasm format | Henry Gressmann |
| 2025-01-14 | chore: update deps, spelling | Henry Gressmann |
| 2025-01-14 | docs: reference types for typed functions (#28) | WhaleKit |
| 2024-10-13 | ci: fix build | Henry Gressmann |
| 2024-09-11 | ci: fix build, update changelog | Henry Gressmann |
| 2024-09-11 | ci: fix build | Henry Gressmann |
| 2024-09-11 | ci: improve no_std testing, add linux arm64 | Henry Gressmann |
| 2024-09-11 | chore: remove nightly features for now | Henry Gressmann |
| 2024-09-11 | chore: update deps, improve contributing guidelines, improve ci | Henry Gressmann |
| 2024-08-12 | chore: clean up code | Henry Gressmann |
| 2024-08-01 | chore: enable unnecessarily disabled clippy rules | Henry Gressmann |
| 2024-07-01 | chore: refactor executor, add LocalCopy instructions | Henry Gressmann |
| 2024-06-30 | chore: Memory and Data Instances are no longer reference counted | Henry Gressmann |
| 2024-06-30 | chore: restructure runtime and reduce build dependencies | Henry Gressmann |
| 2024-05-30 | chore: cleanup | Henry Gressmann |
| 2024-05-15 | feat: v0.7.0 (#13) | Henry Gressmann |
| 2024-05-10 | chore: slight perf improvements | Henry Gressmann |
| 2024-05-09 | feat: implement I32StoreLocal & I32LocalGetConstAdd | Henry Gressmann |
| 2024-05-01 | feat: switch back to upstream wasmparser | Henry Gressmann |
| 2024-03-19 | chore: dynamically load wasm examples | Henry Gressmann |
| 2024-03-13 | chore: optimize block stack, remove EndFunc (#12) | Henry Gressmann |
| 2024-03-12 | test: make tests work on more targets (#11) | Henry Gressmann |
| 2024-02-27 | no more simd | 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-30 | perf: add more benchmarks | Henry Gressmann |
| 2024-01-29 | perf: improve benchmarks | Henry Gressmann |
| 2024-01-29 | chore: add more examples, refactoring | Henry Gressmann |
| 2024-01-29 | feat: pre-processed wasm | Henry Gressmann |
| 2024-01-29 | chore: improve docs | 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-27 | pref: optimize loops | Henry Gressmann |