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
/
parser
Age
Commit message (
Expand
)
Author
2023-12-19
feat: import section
Henry Gressmann
2023-12-19
chore: bump version
Henry Gressmann
2023-12-19
feat: parse memory and table sections
Henry Gressmann
2023-12-18
feat: global parsing, improve testsuite
Henry Gressmann
2023-12-17
chore: improve label handling
Henry Gressmann
2023-12-17
feat: if/else
Henry Gressmann
2023-12-16
chore: bump version so graphic stays up to date
Henry Gressmann
2023-12-15
Release 0.0.4
Henry Gressmann
2023-12-13
feat: fully working block and loop implementations
Henry Gressmann
2023-12-13
feat: new new instruction types for blocks/ends
Henry Gressmann
2023-12-12
test(tinywasm): add AssertReturn to spec test harness
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
Release 0.0.3
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
chore: improve documentation
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: 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-04
chore: remove unneeded dependencies
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
[prev]