summaryrefslogtreecommitdiff
path: root/crates/parser
AgeCommit message (Expand)Author
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
2023-12-09Release 0.0.1Henry Gressmann
2023-12-09chore: prepare publishHenry Gressmann
2023-12-09chore: improve documentationHenry Gressmann
2023-12-07feat: improve lable/block handling, add support for more arithmetic opcodesHenry Gressmann
2023-12-06feat: support basic loops, br_ifHenry Gressmann
2023-12-06feat: validate module opcodes, logging featureHenry Gressmann
2023-12-05feat: block stack, make cargofmt a bit more saneHenry Gressmann
2023-12-05feat: stack is now untyped, funcs is a boxed array againHenry Gressmann
2023-12-05chore: remove some wasm2 types for nowHenry Gressmann
2023-12-04chore: remove unneeded dependenciesHenry Gressmann
2023-12-04feat: add wat support to cliHenry Gressmann
2023-12-04chore: ensure everything still runs on no_stdHenry Gressmann
2023-12-04chore: refactoringHenry Gressmann
2023-12-03chore: refactoringHenry Gressmann
2023-12-03feat: new tinywasm apiHenry Gressmann
2023-12-03docs: update readmeHenry Gressmann
2023-12-02feat: finish parser module, switch from tracing to logHenry Gressmann
2023-12-01chore: move TinyWasmModule to typesHenry Gressmann
2023-12-01feat: wip: seperate parser and types cratesHenry Gressmann