summaryrefslogtreecommitdiff
path: root/crates/parser/src/module.rs
AgeCommit message (Expand)Author
2026-05-02chore: add more tests, fix issues with import types, cleanup doom exampleHenry
2026-04-26feat: multithreaded wasm parserHenry
2026-04-25chore: add specialized returns, optimize parserHenry
2026-04-25chore: reduce instantiation ovherhead & refactor optimizeHenry
2026-04-21feat: oom trapsHenry
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-12chore: cleanupHenry
2026-04-12test: fix rust warm example buildHenry
2026-04-12feat: remove lifetimes from runtime objectsHenry
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-03chore: cleanupHenry
2026-03-31chore: fix typed_select_multi, cleanup parserHenry
2026-03-31chore: add CallSelf/ReturnCallSelfHenry
2026-03-25chore: atomic module dataHenry
2026-01-25chore: update depsHenry
2025-05-06chore: cleanupHenry Gressmann
2025-05-06chore: update deps, update nightlyHenry Gressmann
2025-04-23chore: update deps, properly feature gate simdHenry Gressmann
2025-02-25chore: update to rust 2024Henry Gressmann
2024-10-11feat: add simd support to the parserHenry Gressmann
2024-09-11ci: improve no_std testing, add linux arm64Henry Gressmann
2024-08-12chore: clean up codeHenry Gressmann
2024-07-01chore: refactor executor, add LocalCopy instructionsHenry 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-15feat: v0.7.0 (#13)Henry Gressmann
2024-02-25chore: improve new parser archHenry Gressmann
2024-02-25feat: new parser architectureHenry Gressmann
2024-01-31chore: overall code cleanupHenry Gressmann
2024-01-29feat: Bulk Memory Operations ProposalHenry Gressmann
2024-01-27pref: callstack/callframe improvementsHenry Gressmann
2024-01-26feat: full no_std supportHenry Gressmann
2024-01-23core: attach types to functionsHenry Gressmann
2023-12-23chore: parse element sections, improve contributing.mdHenry
2023-12-22feat: improve parserHenry
2023-12-19chore: cleanup clippy errorsHenry Gressmann
2023-12-19feat: import sectionHenry Gressmann
2023-12-19feat: parse memory and table sectionsHenry Gressmann
2023-12-18feat: global parsing, improve testsuiteHenry Gressmann
2023-12-06feat: validate module opcodes, logging featureHenry Gressmann
2023-12-05feat: block stack, make cargofmt a bit more saneHenry Gressmann
2023-12-04feat: add wat support to cliHenry Gressmann
2023-12-02feat: finish parser module, switch from tracing to logHenry Gressmann
2023-12-01feat: wip: seperate parser and types cratesHenry Gressmann