Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ Lots of new things in the release!
- [#3665](https://github.com/wasmerio/wasmer/pull/3665) Fix doc, threads are enabled by default now
- [#3662](https://github.com/wasmerio/wasmer/pull/3662) Why is it so difficult to type LLVM_SYS_140_PREFIX
- [#3661](https://github.com/wasmerio/wasmer/pull/3661) [CI] New attempt at fixing the Windows build on the CI
- [#3659](https://github.com/wasmerio/wasmer/pull/3659) Fixed building with with just the sys feature
- [#3659](https://github.com/wasmerio/wasmer/pull/3659) Fixed building with just the sys feature
- [#3648](https://github.com/wasmerio/wasmer/pull/3648) Fix CI and llvm detection
- [#3643](https://github.com/wasmerio/wasmer/pull/3643) fix(wasi): Memory leak due to cyclical WasiControlPlane references
- [#3639](https://github.com/wasmerio/wasmer/pull/3639) wasi: Thread Lifecycle Fix
Expand Down
2 changes: 1 addition & 1 deletion docs/ATTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Listed below are notable sections of code that are licensed
from other projects and the relevant license of those projects.

These are the projects that were used as inspiration and/or that we are using code from.
Each of the subcrates we have have an `Aknowledgements` section with more details.
Each of the subcrates we have an `Aknowledgements` section with more details.

Projects:

Expand Down
Loading