summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
2024-01-26chore: benchmarking + major performance improvements (50%+ faster)Henry Gressmann
2024-01-26fix: import param orderHenry Gressmann
2024-01-26docs: string exampleHenry Gressmann
2024-01-26ci: exclude wasm-rust exampleHenry Gressmann
2024-01-26feat: add more examples, work on new public apiHenry Gressmann
2024-01-26Release 0.3.0Henry Gressmann
2024-01-26docs: working selfhosted exampleHenry Gressmann
2024-01-26feat: full no_std supportHenry Gressmann
2024-01-25docs: update readmeHenry Gressmann
2024-01-25chore: refactor executor and improve documentationHenry Gressmann
2024-01-25fix: ciHenry Gressmann
2024-01-25feat: pass full wasm 1.0 testsuiteHenry Gressmann
2024-01-24chore: import should error on invalid memory/table typeHenry Gressmann
2024-01-24test: add 2.0 testsuiteHenry Gressmann
2024-01-24feat: const instruction global getHenry Gressmann
2024-01-24fix: null ref element initializationHenry Gressmann
2024-01-24test: support AssertUnlinkableHenry Gressmann
2024-01-24feat: linker errorsHenry Gressmann
2024-01-23chore: support partially initialized module instancesHenry Gressmann
2024-01-23chore: refactor executer, change the module when executing imported functionsHenry Gressmann
2024-01-23feat: shared tables across modulesHenry Gressmann
2024-01-23fix: global refnull conversionHenry Gressmann
2024-01-23feat: preserve null refs when returningHenry Gressmann
2024-01-23feat: uninitialized elemsHenry Gressmann
2024-01-23chore: refactor module instances, fix named module testsHenry Gressmann
2024-01-23chore: switch module instance when switching call stackHenry Gressmann
2024-01-23chore: improve testsuiteHenry Gressmann
2024-01-23core: attach types to functionsHenry Gressmann
2024-01-22chore: wip importsHenry Gressmann
2024-01-22test: add global val testsHenry Gressmann
2024-01-22fix: comments testsHenry Gressmann
2024-01-22feat: add FuncContextHenry Gressmann
2024-01-22fix: float rounding edgecaseHenry Gressmann
2024-01-22fix: memory grow returnsHenry Gressmann
2024-01-22feat: table.initHenry Gressmann
2024-01-22fix: breaking in loopsHenry Gressmann
2024-01-22fix: call param orderHenry Gressmann
2024-01-22cleanupHenry Gressmann
2024-01-22host function calls, fix call isolation issuesHenry Gressmann
2024-01-21fix export isolation issuesHenry Gressmann
2024-01-21wip: refactoring importsHenry Gressmann
2024-01-20feat: typed host funcsHenry Gressmann
2024-01-20chore: progress towards host functionsHenry Gressmann
2024-01-18chore: fix a couple of failing testsHenry Gressmann
2024-01-18feat: Trunc opcodesHenry Gressmann
2024-01-18chore: improve indirect callsHenry Gressmann
2024-01-18feat: use the correct trap names, improve div trapHenry Gressmann
2024-01-18feat: table operations, various spec related fixesHenry Gressmann
2024-01-17chore: decrease max call stack size and fix corresponding testsHenry Gressmann
2024-01-16docs: remove old testsuite resultsHenry Gressmann