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
Age
Commit message (
Expand
)
Author
2023-12-12
test(tinywasm): add AssertReturn to spec test harness
Henry Gressmann
2023-12-12
docs: update documentation
Henry Gressmann
2023-12-11
chore: don't require nightly for no_std
Henry Gressmann
2023-12-11
test(tinywasm): add AssertMalformed to spec test harness
Henry Gressmann
2023-12-10
test(tinywasm): create wasm spec test harness
Henry Gressmann
2023-12-10
feat(wasm-testsuite): add MVP_TESTS and V2_DRAFT_1_TESTS
Henry Gressmann
2023-12-10
feat: add support for more instructions
Henry Gressmann
2023-12-10
Release 0.0.3
Henry Gressmann
2023-12-10
docs: improve rustdoc
Henry Gressmann
2023-12-10
feat: move wasm core testsuite to a seperate crate
Henry Gressmann
2023-12-10
chore: add more arithmetic instructions
Henry Gressmann
2023-12-10
feat: function calls
Henry Gressmann
2023-12-09
chore: refactor executer
Henry Gressmann
2023-12-09
feat: prepare executor for function calls
Henry Gressmann
2023-12-09
fix: missing readme on crates.io
Henry Gressmann
2023-12-09
fix: missing versions
Henry Gressmann
2023-12-09
Release 0.0.2
Henry Gressmann
2023-12-09
fix: crate metadata
Henry Gressmann
2023-12-09
Release 0.0.1
Henry Gressmann
2023-12-09
chore: prepare publish
Henry Gressmann
2023-12-09
fix: tinywasm_cli publish key
Henry Gressmann
2023-12-09
fix: tinywasm crate type
Henry Gressmann
2023-12-09
chore: improve documentation
Henry Gressmann
2023-12-07
feat: control flow improvements
Henry Gressmann
2023-12-07
feat: improve lable/block handling, add support for more arithmetic opcodes
Henry Gressmann
2023-12-06
feat: support basic loops, br_if
Henry Gressmann
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-05
feat: stack is now untyped, funcs is a boxed array again
Henry Gressmann
2023-12-05
chore: remove some wasm2 types for now
Henry Gressmann
2023-12-05
chore: refactor stack structs
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: ensure everything still runs on no_std
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-03
docs: update readme
Henry Gressmann
2023-12-02
feat: finish parser module, switch from tracing to log
Henry Gressmann
2023-12-01
chore: move TinyWasmModule to types
Henry Gressmann
2023-12-01
feat: wip: seperate parser and types crates
Henry Gressmann
2023-12-01
chore: add instructions
Henry Gressmann
2023-11-30
feat: improve module instance api
Henry Gressmann
2023-11-30
chore: remove unneeded dependencies
Henry Gressmann
2023-11-30
feat: add ModuleInstance.get_func
Henry Gressmann
2023-11-30
feat: make module immutable
Henry Gressmann
[next]