summaryrefslogtreecommitdiff
path: root/crates/parser
AgeCommit message (Expand)Author
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-28feat: improve memory perf + basic bulk memory accessHenry Gressmann
2024-01-27pref: callstack/callframe improvementsHenry Gressmann
2024-01-26feat: full no_std supportHenry Gressmann
2024-01-25chore: refactor executor and improve documentationHenry Gressmann
2024-01-25feat: pass full wasm 1.0 testsuiteHenry Gressmann
2024-01-24feat: linker errorsHenry Gressmann
2024-01-23chore: support partially initialized module instancesHenry 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-23core: attach types to functionsHenry Gressmann
2024-01-22fix: call param orderHenry Gressmann
2024-01-20feat: typed host funcsHenry Gressmann
2024-01-20chore: progress towards host functionsHenry 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-10chore: improve documentation, testsHenry Gressmann
2024-01-07feat: basic i32 loads/storesHenry Gressmann
2023-12-28chore: add ref instructionsHenry
2023-12-27chore: bump versionHenry
2023-12-27Release 0.1.0Henry
2023-12-25feat: pass all i64 tests, add missing conversion opcodesHenry
2023-12-25feat: improve func type resolution, int opsHenry
2023-12-23chore: parse element sections, improve contributing.mdHenry
2023-12-22tests: improve wast testsHenry
2023-12-22feat: improve parserHenry
2023-12-19chore: cleanup clippy errorsHenry Gressmann
2023-12-19feat: import sectionHenry Gressmann
2023-12-19chore: bump versionHenry Gressmann
2023-12-19feat: parse memory and table sectionsHenry Gressmann
2023-12-18feat: global parsing, improve testsuiteHenry Gressmann
2023-12-17chore: improve label handlingHenry Gressmann
2023-12-17feat: if/elseHenry Gressmann
2023-12-16chore: bump version so graphic stays up to dateHenry Gressmann
2023-12-15Release 0.0.4Henry Gressmann
2023-12-13feat: fully working block and loop implementationsHenry Gressmann
2023-12-13feat: new new instruction types for blocks/endsHenry Gressmann
2023-12-12test(tinywasm): add AssertReturn to spec test harnessHenry Gressmann
2023-12-11chore: don't require nightly for no_stdHenry Gressmann
2023-12-11test(tinywasm): add AssertMalformed to spec test harnessHenry Gressmann
2023-12-10test(tinywasm): create wasm spec test harnessHenry Gressmann
2023-12-10Release 0.0.3Henry Gressmann
2023-12-09fix: missing versionsHenry Gressmann
2023-12-09Release 0.0.2Henry Gressmann
2023-12-09fix: crate metadataHenry Gressmann