summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-26docs: rework documentation, prepare pre-releaseHenry
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-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-18docs: add disclaimerHenry
2026-04-18fix: no_std buildHenry
2026-04-18feat: memory backend apiHenry
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-16chore: use new rust featuresHenry
2026-04-12chore: cleanupHenry
2026-04-12test: fix rust warm example buildHenry
2026-04-12chore: refactor FunctionInstanceHenry
2026-04-12feat: remove lifetimes from runtime objectsHenry
2026-04-12chore: cleanupHenry
2026-04-12fix: fix unchecked memory offsets causing issues on 32 bitHenry
2026-04-12fix: validate_typed_func without debug implementationHenry
2026-04-12test: fix wasm-reference-types tests, update readmeHenry
2026-04-12fix: fix remaining issues with extended-constHenry
2026-04-12feat: rework public api, add missing export apisHenry
2026-04-10ci: update binaryenHenry
2026-04-10chore: update testsuiteHenry
2026-04-06chore: use FromIterator for ValueCountsHenry
2026-04-05chore: refactor stack_opHenry
2026-04-05feat: x86 simd implementation for i8x16_swizzle + i8x16_shuffleHenry
2026-04-05chore: refactor simd code in preparation for x86 intrinsicsHenry
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-04docs: update changelog, architecture, contributingHenry
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: refactor interpreter loopHenry
2026-04-03docs: update readmeHenry
2026-04-03chore: fix debug featureHenry
2026-04-03chore: put debug impl behind feature flag, cleanupHenry