summaryrefslogtreecommitdiff
path: root/crates/parser/src/lib.rs
AgeCommit message (Expand)Author
2024-01-20chore: progress towards host functionsHenry Gressmann
2024-01-10chore: improve documentation, testsHenry Gressmann
2023-12-23chore: parse element sections, improve contributing.mdHenry
2023-12-22feat: improve parserHenry
2023-12-19feat: parse memory and table sectionsHenry Gressmann
2023-12-18feat: global parsing, improve testsuiteHenry Gressmann
2023-12-09chore: improve documentationHenry 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-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-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