summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
2023-12-09fix: tinywasm_cli publish keyHenry Gressmann
2023-12-09fix: tinywasm crate typeHenry Gressmann
2023-12-09chore: improve documentationHenry Gressmann
2023-12-07feat: control flow improvementsHenry 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: 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-05feat: stack is now untyped, funcs is a boxed array againHenry Gressmann
2023-12-05chore: remove some wasm2 types for nowHenry Gressmann
2023-12-05chore: refactor stack structsHenry 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: 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
2023-12-01chore: add instructionsHenry Gressmann
2023-11-30feat: improve module instance apiHenry Gressmann
2023-11-30chore: remove unneeded dependenciesHenry 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-29chore: use wasmvalues in stackHenry 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
2023-11-21initial commitHenry Gressmann