summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-22Merge pull request #1 from explodingcamera/importsHenry 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
2024-01-16chore: trap on negative memory adressesHenry Gressmann
2024-01-16feat: initial linkingHenry Gressmann
2024-01-16chore: improve importsHenry Gressmann
2024-01-15feat: element instantiationHenry Gressmann
2024-01-15chore: change panics to UnimplementedFeature errorsHenry Gressmann
2024-01-11chore: bump to alpha versionHenry Gressmann
2024-01-10Release 0.2.0Henry Gressmann
2024-01-10ci: exclude wasm-testsuiteHenry Gressmann
2024-01-10ci: checkout submodulesHenry Gressmann
2024-01-10chore: improve documentation, testsHenry Gressmann
2024-01-08feat: br_tableHenry Gressmann
2024-01-08feat: correct memory trapping behaviourHenry Gressmann
2024-01-08chore: general cleanupHenry Gressmann
2024-01-08feat: implicit function lableHenry Gressmann
2024-01-07chore: progress towards linking modulesHenry Gressmann
2024-01-07feat: float improvmentsHenry Gressmann
2024-01-07feat: finish if/elseHenry Gressmann