Skip to content

Commit

Permalink
Merge #1646
Browse files Browse the repository at this point in the history
1646: Add `rlib` as a crate-type for wasmer-c-api r=MarkMcCaskey a=MarkMcCaskey

This is how `wasmer-runtime-c-api` was before and seems to fix a use
case that users relied on

Fixes an issue mentioned in #1631 

# Review

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


Co-authored-by: Mark McCaskey <mark@wasmer.io>
  • Loading branch information
bors[bot] and Mark McCaskey authored Sep 24, 2020
2 parents dbaab62 + c29a259 commit 75f3f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/c-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
edition = "2018"

[lib]
crate-type = ["cdylib", "staticlib"]
crate-type = ["cdylib", "rlib", "staticlib"]

[dependencies]
wasmer = { version = "1.0.0-alpha3", path = "../api", default-features = false }
Expand Down

0 comments on commit 75f3f0e

Please sign in to comment.