summaryrefslogtreecommitdiff
path: root/crates/cli
AgeCommit message (Expand)Author
2024-01-10chore: improve documentation, testsHenry Gressmann
2024-01-06feat: importsHenry Gressmann
2024-01-04test: impprove panic reportingHenry Gressmann
2023-12-27chore: bump versionHenry
2023-12-27Release 0.1.0Henry
2023-12-19chore: bump versionHenry Gressmann
2023-12-16chore: bump version so graphic stays up to dateHenry Gressmann
2023-12-15Release 0.0.4Henry Gressmann
2023-12-10Release 0.0.3Henry Gressmann
2023-12-10docs: improve rustdocHenry 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-09fix: tinywasm_cli publish keyHenry Gressmann
2023-12-09chore: improve documentationHenry Gressmann
2023-12-06feat: cli now has options to specify arguments and function to runHenry Gressmann
2023-12-06feat: validate module opcodes, logging featureHenry Gressmann
2023-12-05feat: block stack, make cargofmt a bit more saneHenry Gressmann
2023-12-04feat: add store idsHenry Gressmann
2023-12-04chore: remove unneeded dependenciesHenry Gressmann
2023-12-04feat: add typed_func_handle, check for _start functionHenry Gressmann
2023-12-04fix: wat feature flag, ensure wasm target compilesHenry Gressmann
2023-12-04feat: add wat support to cliHenry 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: add instructionsHenry Gressmann
2023-11-30feat: improve module instance apiHenry Gressmann
2023-11-30feat: add ModuleInstance.get_funcHenry Gressmann
2023-11-30feat: make module immutableHenry Gressmann
2023-11-30chore: improve apiHenry Gressmann
2023-11-29feat: start work on 'real' interpreterHenry Gressmann
2023-11-29feat: basic working wasm adder (experiment)Henry Gressmann
2023-11-28chore: add wasm spec testsuiteHenry Gressmann
2023-11-28refactor: seperate cli crateHenry Gressmann