| Age | Commit message (Expand) | Author |
| 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 |
| 2023-12-23 | chore: parse element sections, improve contributing.md | Henry |
| 2023-12-22 | feat: improve parser | Henry |
| 2023-12-19 | feat: parse memory and table sections | Henry Gressmann |
| 2023-12-18 | feat: global parsing, improve testsuite | Henry Gressmann |
| 2023-12-09 | chore: improve documentation | Henry Gressmann |
| 2023-12-06 | feat: validate module opcodes, logging feature | Henry Gressmann |
| 2023-12-05 | feat: block stack, make cargofmt a bit more sane | Henry Gressmann |
| 2023-12-05 | feat: stack is now untyped, funcs is a boxed array again | Henry Gressmann |
| 2023-12-04 | feat: add wat support to cli | Henry Gressmann |
| 2023-12-04 | chore: ensure everything still runs on no_std | Henry Gressmann |
| 2023-12-04 | chore: refactoring | Henry Gressmann |
| 2023-12-03 | chore: refactoring | Henry Gressmann |
| 2023-12-03 | feat: new tinywasm api | Henry Gressmann |
| 2023-12-02 | feat: finish parser module, switch from tracing to log | Henry Gressmann |
| 2023-12-01 | chore: move TinyWasmModule to types | Henry Gressmann |