summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2026-05-03docs: add more doctests, reduce minumum fuel usageHenry
2026-05-02chore: add more tests, fix issues with import types, cleanup doom exampleHenry
2026-05-02feat: add doom example, fix import argument orderHenry
2026-04-26feat: new tinywasm cliHenry
2026-04-26docs: rework documentation, prepare pre-releaseHenry
2026-04-19feat: simplify module apiHenry
2026-04-18feat: memory backend apiHenry
2026-04-18chore: cleanupHenry
2026-04-12chore: cleanupHenry
2026-04-12test: fix rust warm example buildHenry
2026-04-12feat: remove lifetimes from runtime objectsHenry
2026-04-12feat: rework public api, add missing export apisHenry
2026-04-10ci: update binaryenHenry
2026-04-05chore: refactor optimizer/add more superinstructionsHenry
2026-04-03feat: Wide ArithmeticHenry
2026-04-03chore: refactor interpreter loopHenry
2026-04-03chore: fix debug featureHenry
2026-04-03chore: updateHenry
2026-04-03feat: add resumable calls / fuel trackingHenry
2026-04-02chore: clean up interpreterHenry
2026-04-01chore: cleanup + add wasm intrinsicsHenry
2026-03-31chore: move locals to stackHenry
2026-03-19chore: replace magic numbers with expressionsHenry
2025-12-08chore: update everything, more simd stuffHenry Gressmann
2025-08-01chore: clippy, update msrvHenry Gressmann
2025-04-03chore: update deps, cargo fmtHenry Gressmann
2025-02-12fix: fix build, improve error handlingHenry Gressmann
2025-02-12feat: use postcard for new twasm formatHenry Gressmann
2025-01-14chore: update deps, spellingHenry Gressmann
2025-01-14docs: reference types for typed functions (#28)WhaleKit
2024-10-13ci: fix buildHenry Gressmann
2024-09-11ci: fix build, update changelogHenry Gressmann
2024-09-11ci: fix buildHenry Gressmann
2024-09-11ci: improve no_std testing, add linux arm64Henry Gressmann
2024-09-11chore: remove nightly features for nowHenry Gressmann
2024-09-11chore: update deps, improve contributing guidelines, improve ciHenry Gressmann
2024-08-12chore: clean up codeHenry Gressmann
2024-08-01chore: enable unnecessarily disabled clippy rulesHenry Gressmann
2024-07-01chore: refactor executor, add LocalCopy instructionsHenry Gressmann
2024-06-30chore: Memory and Data Instances are no longer reference countedHenry Gressmann
2024-06-30chore: restructure runtime and reduce build dependenciesHenry Gressmann
2024-05-30chore: cleanupHenry Gressmann
2024-05-15feat: v0.7.0 (#13)Henry Gressmann
2024-05-10chore: slight perf improvementsHenry Gressmann
2024-05-09feat: implement I32StoreLocal & I32LocalGetConstAddHenry Gressmann
2024-05-01feat: switch back to upstream wasmparserHenry Gressmann
2024-03-19chore: dynamically load wasm examplesHenry Gressmann
2024-03-13chore: optimize block stack, remove EndFunc (#12)Henry Gressmann
2024-03-12test: make tests work on more targets (#11)Henry Gressmann
2024-02-27no more simdHenry Gressmann