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
/
CHANGELOG.md
Age
Commit message (
Expand
)
Author
10 days
docs: improve rust docs
Henry
10 days
docs: update changelog
Henry
11 days
chore: simplify LinearMemory trait
Henry
2026-07-15
docs: update changelog
Henry
2026-07-14
fix: remove `_start` fallback for instantiation
Henry
2026-06-29
chore: v0.9.1
Henry
2026-06-27
feat: blocking host reentrant calls
Henry
2026-05-05
chore: prepare v0.9.0
Henry
2026-04-26
feat: new tinywasm cli
Henry
2026-04-26
docs: rework documentation, prepare pre-release
Henry
2026-04-12
feat: remove lifetimes from runtime objects
Henry
2026-04-12
feat: rework public api, add missing export apis
Henry
2026-04-04
docs: update changelog, architecture, contributing
Henry
2026-03-31
chore: add more superinstructions
Henry
2025-04-26
feat: add canonicalize_nans feature
Henry Gressmann
2025-03-01
feat: support the tail call proposal (#37)
Henry Gressmann
2025-02-12
fix: fix build, improve error handling
Henry Gressmann
2025-02-12
feat: use postcard for new twasm format
Henry Gressmann
2025-01-06
feat: replace `RefNull` with new `FuncRef` and `ExternRef` structs
Henry Gressmann
2025-01-06
Check returns in untyped host functions (#27)
WhaleKit
2024-12-07
chore: move wasm-testsuite to a seperate repo & update tests
Henry Gressmann
2024-09-11
ci: fix build, update changelog
Henry Gressmann
2024-09-10
docs: update changelog/contributing
Henry Gressmann
2024-08-29
chore: update changelog
Henry Gressmann
2024-08-29
feat: full multi-memory support
Henry Gressmann
2024-08-01
chore: update deps
Henry Gressmann
2024-06-30
chore: Memory and Data Instances are no longer reference counted
Henry Gressmann
2024-06-30
chore: restructure runtime and reduce build dependencies
Henry Gressmann
2024-06-28
chore: restructure runtime
Henry Gressmann
2024-06-28
feat: compact value stack (#21)
Henry Gressmann
2024-05-15
feat: v0.7.0 (#13)
Henry Gressmann
2024-05-10
docs: update changelog
Henry Gressmann
2024-03-27
chore: update dependencies
Henry Gressmann
2024-03-13
chore: optimize block stack, remove EndFunc (#12)
Henry Gressmann
2024-03-12
test: make tests work on more targets (#11)
Henry Gressmann
2024-03-12
feat: make `Imports` and `Module` cloneable (#9)
David Rauschenbach
2024-03-09
chore: improve documentation, tests
Henry Gressmann
2024-03-01
docs: update changelog
Henry Gressmann
2024-03-01
chore: prepare release
Henry Gressmann