You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Support for the custom memory page sizes proposal ([#22](https://github.com/explodingcamera/tinywasm/pull/22) by [@danielstuart14](https://github.com/danielstuart14))
13
13
14
+
### Changed
15
+
16
+
-**Breaking:**: New backwards-incompatible version of the twasm format (upgraded `rkyv` to 0.8.0)
17
+
- Increased MSRV to 1.81.0
18
+
19
+
### Fixed
20
+
21
+
- Fixed archive **no_std** support which was broken in the previous release, and added more tests to ensure it stays working
0 commit comments