summaryrefslogtreecommitdiff
path: root/examples/wasm-rust.rs
AgeCommit message (Expand)Author
2025-02-12fix: fix build, improve error handlingHenry Gressmann
2025-01-14chore: update deps, spellingHenry Gressmann
2024-09-11ci: fix buildHenry 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-30chore: Memory and Data Instances are no longer reference countedHenry Gressmann
2024-06-30chore: restructure runtime and reduce build dependenciesHenry Gressmann
2024-03-19chore: dynamically load wasm examplesHenry Gressmann
2024-03-13chore: optimize block stack, remove EndFunc (#12)Henry Gressmann
2024-02-24perf: reduce block overhead (#3)Henry Gressmann
2024-01-29chore: add more examples, refactoringHenry Gressmann
2024-01-29feat: pre-processed wasmHenry Gressmann
2024-01-29feat: Bulk Memory Operations ProposalHenry Gressmann
2024-01-26fix: import param orderHenry Gressmann
2024-01-26docs: string exampleHenry Gressmann
2024-01-26ci: fix ciHenry Gressmann
2024-01-26ci: exclude wasm-rust exampleHenry Gressmann
2024-01-26feat: add more examples, work on new public apiHenry Gressmann
2024-01-26docs: working selfhosted exampleHenry Gressmann
2024-01-26feat: full no_std supportHenry Gressmann