Skip to content

Commit

Permalink
Merge #1955
Browse files Browse the repository at this point in the history
1955: Make `jit` a default feature for `wasmer-wasm-c-api` r=MarkMcCaskey a=MarkMcCaskey

This makes `cargo build` now work with default features. It should also stop causing the header files to change when running tests.

# Review

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


Co-authored-by: Mark McCaskey <[email protected]>
Co-authored-by: Mark McCaskey <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2020
2 parents ada9a36 + 6e9f1e7 commit 74f068b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* [#1894](https://github.com/wasmerio/wasmer/pull/1894) Added exports `wasmer::{CraneliftOptLevel, LLVMOptLevel}` to allow using `Cranelift::opt_level` and `LLVM::opt_level` directly via the `wasmer` crate

### Changed

* [#1955](https://github.com/wasmerio/wasmer/pull/1955) Set `jit` as a default feature of the `wasmer-wasm-c-api` crate
* [#1944](https://github.com/wasmerio/wasmer/pull/1944) Require `WasmerEnv` to be `Send + Sync` even in dynamic functions.

### Fixed
Expand Down
1 change: 1 addition & 0 deletions lib/c-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ default = [
"deprecated",
"wat",
"cranelift",
"jit",
"wasi",
]
wat = ["wasmer/wat"]
Expand Down

0 comments on commit 74f068b

Please sign in to comment.