index
:
tinywasm
bota-tortuise
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
cli
Age
Commit message (
Expand
)
Author
2023-12-06
feat: cli now has options to specify arguments and function to run
Henry Gressmann
2023-12-06
feat: validate module opcodes, logging feature
Henry Gressmann
2023-12-05
feat: block stack, make cargofmt a bit more sane
Henry Gressmann
2023-12-04
feat: add store ids
Henry Gressmann
2023-12-04
chore: remove unneeded dependencies
Henry Gressmann
2023-12-04
feat: add typed_func_handle, check for _start function
Henry Gressmann
2023-12-04
fix: wat feature flag, ensure wasm target compiles
Henry Gressmann
2023-12-04
feat: add wat support to cli
Henry Gressmann
2023-12-04
chore: refactoring
Henry Gressmann
2023-12-03
chore: refactoring
Henry Gressmann
2023-12-03
feat: new tinywasm api
Henry Gressmann
2023-12-02
feat: finish parser module, switch from tracing to log
Henry Gressmann
2023-12-01
chore: add instructions
Henry Gressmann
2023-11-30
feat: improve module instance api
Henry Gressmann
2023-11-30
feat: add ModuleInstance.get_func
Henry Gressmann
2023-11-30
feat: make module immutable
Henry Gressmann
2023-11-30
chore: improve api
Henry Gressmann
2023-11-29
feat: start work on 'real' interpreter
Henry Gressmann
2023-11-29
feat: basic working wasm adder (experiment)
Henry Gressmann
2023-11-28
chore: add wasm spec testsuite
Henry Gressmann
2023-11-28
refactor: seperate cli crate
Henry Gressmann