summaryrefslogtreecommitdiff
path: root/crates/parser/src
AgeCommit message (Expand)Author
2025-03-01feat: support the tail call proposal (#37)Henry Gressmann
2025-03-01feat: add most basic simd instructionsHenry Gressmann
2025-02-25chore: update to rust 2024Henry Gressmann
2025-02-12feat: use postcard for new twasm formatHenry Gressmann
2025-01-06feat: replace `RefNull` with new `FuncRef` and `ExternRef` structsHenry Gressmann
2024-12-28chore: update depsHenry Gressmann
2024-12-04chore: update wasmparser to use new simd_visitorHenry Gressmann
2024-11-28chore: update wasmparserHenry Gressmann
2024-10-11feat: add simd support to the parserHenry Gressmann
2024-10-05chore: update depsHenry Gressmann
2024-09-12chore: refactor compiler macrosHenry Gressmann
2024-09-11ci: improve no_std testing, add linux arm64Henry Gressmann
2024-09-10feat: Custom memory page size (#22)Daniel Stuart
2024-09-05chore: update to rust 1.81, update wasm testsuiteHenry Gressmann
2024-09-02wip: simd supportHenry Gressmann
2024-08-29feat: full multi-memory supportHenry Gressmann
2024-08-25chore: update wasmparser + testsuiteHenry Gressmann
2024-08-12chore: clean up codeHenry Gressmann
2024-07-16chore: update wasmparserHenry Gressmann
2024-07-01chore: refactor executor, add LocalCopy instructionsHenry Gressmann
2024-06-30chore: restructure runtime and reduce build dependenciesHenry Gressmann
2024-06-28chore: restructure runtimeHenry Gressmann
2024-06-28fix: fix 2.0 regressions introduced by 644395712a81c8f3fd56b6beafe9d3e09dfa9501Henry Gressmann
2024-06-28feat: compact value stack (#21)Henry Gressmann
2024-06-25chore: update deps & testsuite, add msrvHenry Gressmann
2024-06-13chore: update depsHenry Gressmann
2024-05-30chore: cleanupHenry Gressmann
2024-05-29chore: update deps, cleanupHenry Gressmann
2024-05-29chore: improve parser, clean up interpreter loopHenry Gressmann
2024-05-25chore: improve simdHenry Gressmann
2024-05-25wip: better bulk memory supportHenry Gressmann
2024-05-22chore: update depsHenry Gressmann
2024-05-15feat: v0.7.0 (#13)Henry Gressmann
2024-05-12chore: clippy fixes and more testsHenry Gressmann
2024-05-11chore: simplify codeHenry Gressmann
2024-05-10chore: slight perf improvementsHenry Gressmann
2024-05-09feat: implement I32StoreLocal & I32LocalGetConstAddHenry Gressmann
2024-05-09chore: update dependencies + test specHenry Gressmann
2024-05-01feat: switch back to upstream wasmparserHenry Gressmann
2024-03-13chore: optimize block stack, remove EndFunc (#12)Henry Gressmann
2024-03-09chore: improve documentation, testsHenry Gressmann
2024-02-27chore: remove recursive macro from parserHenry Gressmann
2024-02-27chore: overall code cleanupHenry Gressmann
2024-02-27reduce instruction enum size even moreHenry Gressmann
2024-02-27reduce instruction enum sizeHenry Gressmann
2024-02-27some new instructuonsHenry Gressmann
2024-02-27no more simdHenry Gressmann
2024-02-25chore: improve new parser archHenry Gressmann
2024-02-25feat: new parser architectureHenry Gressmann
2024-02-24feat: switch to own fork of wasmparserHenry Gressmann