summaryrefslogtreecommitdiff
path: root/crates/parser/src/visit.rs
AgeCommit message (Expand)Author
2026-04-26feat: multithreaded wasm parserHenry
2026-04-25chore: add specialized returns, optimize parserHenry
2026-04-25chore: add global bin op and acc superinstructions, cleanup executorHenry
2026-04-25fix: remove unsafe rewritesHenry
2026-04-25chore: reduce instantiation ovherhead & refactor optimizeHenry
2026-04-24feat: new binopt superinstructionsHenry
2026-04-18chore: cleanupHenry
2026-04-17feat: refactor optimizer + executor, add v128 super instructionsHenry
2026-04-16chore: remove ref stackHenry
2026-04-12feat: rework public api, add missing export apisHenry
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 back latest specHenry
2026-04-03feat: Wide ArithmeticHenry
2026-04-03feat: add relaxed simdHenry
2026-04-01chore: cleanup + add wasm intrinsicsHenry
2026-03-31chore: add more superinstructionsHenry
2026-03-31chore: fix typed_select_multi, cleanup parserHenry
2026-03-30chore: remove block stackHenry
2026-03-28chore: cleanup, make value & block stack fixed sizeHenry
2026-03-25chore: atomic module dataHenry
2025-11-27chore: remove unstable-simd feature, rename logging feature to logHenry 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-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
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-08-12chore: clean up codeHenry Gressmann
2024-07-01chore: refactor executor, add LocalCopy instructionsHenry 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-13chore: update depsHenry Gressmann
2024-05-30chore: 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-15feat: v0.7.0 (#13)Henry Gressmann
2024-05-12chore: clippy fixes and more testsHenry Gressmann