| Age | Commit message (Expand) | Author |
| 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 |
| 2024-01-15 | feat: element instantiation | Henry Gressmann |
| 2024-01-15 | chore: change panics to UnimplementedFeature errors | Henry Gressmann |
| 2024-01-07 | feat: basic i32 loads/stores | Henry Gressmann |
| 2023-12-28 | chore: add ref instructions | Henry |
| 2023-12-25 | feat: pass all i64 tests, add missing conversion opcodes | Henry |
| 2023-12-25 | feat: improve func type resolution, int ops | Henry |
| 2023-12-23 | chore: parse element sections, improve contributing.md | Henry |
| 2023-12-22 | tests: improve wast tests | Henry |
| 2023-12-22 | feat: improve parser | Henry |
| 2023-12-19 | chore: cleanup clippy errors | Henry Gressmann |
| 2023-12-19 | feat: import section | Henry Gressmann |
| 2023-12-19 | feat: parse memory and table sections | Henry Gressmann |
| 2023-12-18 | feat: global parsing, improve testsuite | Henry Gressmann |
| 2023-12-17 | chore: improve label handling | Henry Gressmann |
| 2023-12-17 | feat: if/else | Henry Gressmann |
| 2023-12-13 | feat: fully working block and loop implementations | Henry Gressmann |
| 2023-12-13 | feat: new new instruction types for blocks/ends | Henry Gressmann |
| 2023-12-11 | chore: don't require nightly for no_std | Henry Gressmann |
| 2023-12-11 | test(tinywasm): add AssertMalformed to spec test harness | Henry Gressmann |
| 2023-12-10 | test(tinywasm): create wasm spec test harness | Henry Gressmann |
| 2023-12-07 | feat: improve lable/block handling, add support for more arithmetic opcodes | Henry Gressmann |
| 2023-12-06 | feat: support basic loops, br_if | Henry Gressmann |