summaryrefslogtreecommitdiff
path: root/crates/parser
AgeCommit message (Expand)Author
2026-04-25chore: reduce instantiation ovherhead & refactor optimizeHenry
2026-04-24feat: new binopt superinstructionsHenry
2026-04-22chore: reduce call & instantiation overheadHenry
2026-04-21feat: oom trapsHenry
2026-04-19feat: simplify module apiHenry
2026-04-19feat: lazy memory allocation, fix instruction rewrite orderHenry
2026-04-18chore: cleanupHenry
2026-04-17feat: refactor optimizer + executor, add v128 super instructionsHenry
2026-04-17feat: add JumpCmpLocalConst3/JumpCmpLocalLocal32 + rename superinstructionsHenry
2026-04-16chore: remove ref stackHenry
2026-04-12chore: cleanupHenry
2026-04-12test: fix rust warm example buildHenry
2026-04-12feat: remove lifetimes from runtime objectsHenry
2026-04-12fix: fix remaining issues with extended-constHenry
2026-04-12feat: rework public api, add missing export apisHenry
2026-04-06chore: use FromIterator for ValueCountsHenry
2026-04-05chore: cleanupHenry
2026-04-05chore: fix stable build, move BranchTableTarget to FunctionDataHenry
2026-04-05chore: refactor optimizer/add more superinstructionsHenry
2026-04-05chore: improve fused instructionsHenry
2026-04-04fix: intruction enum size regressionHenry
2026-04-04chore: add ParserOptionsHenry
2026-04-04chore: add back latest specHenry
2026-04-03feat: Wide ArithmeticHenry
2026-04-03feat: add relaxed simdHenry
2026-04-03chore: cleanupHenry
2026-04-03chore: fix debug featureHenry
2026-04-01chore: cleanup + add wasm intrinsicsHenry
2026-03-31chore: add more superinstructionsHenry
2026-03-31chore: fix typed_select_multi, cleanup parserHenry
2026-03-31chore: add CallSelf/ReturnCallSelfHenry
2026-03-30chore: remove block stackHenry
2026-03-28chore: cleanup, make value & block stack fixed sizeHenry
2026-03-25chore: atomic module dataHenry
2026-03-23chore: cleanupHenry
2026-02-12chore: upgrade depsHenry
2026-01-25chore: update depsHenry
2025-12-08chore: update everything, more simd stuffHenry Gressmann
2025-11-27chore: remove unstable-simd feature, rename logging feature to logHenry Gressmann
2025-09-21chore: update depsHenry Gressmann
2025-05-24chore: update deps, rename simd featureHenry Gressmann
2025-05-06chore: cleanupHenry Gressmann
2025-05-06chore: update deps, update nightlyHenry Gressmann
2025-04-23chore: update deps, properly feature gate simdHenry Gressmann
2025-04-03chore: update deps, cargo fmtHenry Gressmann
2025-03-02Merge branch 'next' into feat/simdHenry Gressmann
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