summaryrefslogtreecommitdiff
path: root/crates/parser/src/lib.rs
AgeCommit message (Expand)Author
2026-04-19feat: simplify module apiHenry
2026-04-19feat: lazy memory allocation, fix instruction rewrite orderHenry
2026-04-17feat: refactor optimizer + executor, add v128 super instructionsHenry
2026-04-12fix: fix remaining issues with extended-constHenry
2026-04-05chore: cleanupHenry
2026-04-05chore: refactor optimizer/add more superinstructionsHenry
2026-04-04fix: intruction enum size regressionHenry
2026-04-04chore: add ParserOptionsHenry
2026-04-03feat: Wide ArithmeticHenry
2026-04-03feat: add relaxed simdHenry
2026-04-03chore: fix debug featureHenry
2026-03-23chore: cleanupHenry
2026-02-12chore: upgrade depsHenry
2026-01-25chore: update depsHenry
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: update deps, update nightlyHenry Gressmann
2025-04-23chore: update deps, properly feature gate simdHenry Gressmann
2025-04-03chore: update deps, cargo fmtHenry Gressmann
2025-02-25chore: update to rust 2024Henry Gressmann
2025-01-06feat: replace `RefNull` with new `FuncRef` and `ExternRef` structsHenry Gressmann
2024-12-28chore: update depsHenry Gressmann
2024-10-11feat: add simd support to the parserHenry Gressmann
2024-10-05chore: update depsHenry Gressmann
2024-09-10feat: Custom memory page size (#22)Daniel Stuart
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-28fix: fix 2.0 regressions introduced by 644395712a81c8f3fd56b6beafe9d3e09dfa9501Henry Gressmann
2024-06-28feat: compact value stack (#21)Henry Gressmann
2024-05-29chore: update deps, cleanupHenry Gressmann
2024-05-29chore: improve parser, clean up interpreter loopHenry Gressmann
2024-05-01feat: switch back to upstream wasmparserHenry Gressmann
2024-03-09chore: improve documentation, testsHenry Gressmann
2024-02-27chore: remove recursive macro from parserHenry 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
2024-01-31chore: overall code cleanupHenry Gressmann
2024-01-29feat: pre-processed wasmHenry Gressmann
2024-01-26feat: full no_std supportHenry Gressmann
2024-01-23chore: support partially initialized module instancesHenry Gressmann
2024-01-23core: attach types to functionsHenry Gressmann
2024-01-20feat: typed host funcsHenry Gressmann
2024-01-20chore: progress towards host functionsHenry Gressmann