Skip to content

Commit

Permalink
Merge #2946
Browse files Browse the repository at this point in the history
2946: Removing dylib and staticlib engines in favor of a single Universal Engine r=epilys a=epilys

Closes Refactor Engines into a single Universal Engine [#2925](#2925)

# Review

- [x] Add a short description of the change to the CHANGELOG.md file


Co-authored-by: Manos Pitsidianakis <[email protected]>
  • Loading branch information
bors[bot] and epilys authored Jun 16, 2022
2 parents f658928 + f744bac commit 02b6989
Show file tree
Hide file tree
Showing 242 changed files with 1,265 additions and 7,576 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C

## **Unreleased**

### Changed
- #2946 Remove dylib,staticlib engines in favor of a single Universal engine

### Fixed
- [#2942](https://github.com/wasmerio/wasmer/pull/2942) Fix clippy lints.
- [#2943](https://github.com/wasmerio/wasmer/pull/2943) Fix build error on some archs by using c_char instead of i8
Expand Down
Loading

0 comments on commit 02b6989

Please sign in to comment.