summaryrefslogtreecommitdiff
path: root/crates/parser
AgeCommit message (Expand)Author
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
2025-02-10chore: update depsHenry Gressmann
2025-01-14chore: update deps, spellingHenry 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-11-13chore: update depsHenry 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-11chore: update deps, improve contributing guidelines, improve ciHenry 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-08-01chore: update depsHenry Gressmann
2024-07-16chore: update wasmparserHenry Gressmann
2024-07-13chore: update depsHenry Gressmann
2024-07-01chore: refactor executor, add LocalCopy instructionsHenry Gressmann
2024-06-30chore: restructure runtime and reduce build dependenciesHenry Gressmann