summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
10 daysdocs: improve rust docsHenry
11 dayschore: reverse stack op closuresHenry
11 dayschore: add more memory superinstructionsHenry
11 dayschore: simplify LinearMemory traitHenry
12 daysfix: dropkeep not being emited correctlyHenry
12 dayschore: update deps, fix clippy warnings, add wast ModuleDefinitionHenry
2026-07-15docs: update changelogHenry
2026-07-15refactor: simplify runtime APIs and stateHenry
2026-07-15perf: keep lazy memory virtualHenry
2026-07-15perf: improve parser performanceHenry
2026-07-15fix: 64 bit table addressingHenry
2026-07-15feat: decouple validation from parsingHenry
2026-07-14chore: simplify runtime, parser, types, and SIMD internalsHenry
2026-07-14fix: remove `_start` fallback for instantiationHenry
2026-07-14chore: specialize local copy, use closures to improve tracesHenry
2026-07-08chore: simplify simd instruction implementationsHenry
2026-06-27feat: blocking host reentrant callsHenry
2026-05-18chore: updateHenry
2026-05-05chore: prepare v0.9.0Henry
2026-05-04chore: cleanupHenry
2026-05-04chore: simplify parser & reduce allocationsHenry
2026-05-03docs: add more doctests, reduce minumum fuel usageHenry
2026-05-03feat: add WasmTupleChainHenry
2026-05-03chore: unify v128 representationHenry
2026-05-02chore: bump versionHenry
2026-05-02chore: add more tests, fix issues with import types, cleanup doom exampleHenry
2026-05-02chore: implement tuple traits for up to 16 argumentsHenry
2026-05-02feat: add doom example, fix import argument orderHenry
2026-04-26chore: v0.9.0-alpha.0Henry
2026-04-26feat: new tinywasm cliHenry
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-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