Skip to content

Commit

Permalink
Add rlib as a crate-type for wasmer-c-api
Browse files Browse the repository at this point in the history
This is how `wasmer-runtime-c-api` was before and seems to fix a use
case that users relied on
  • Loading branch information
Mark McCaskey committed Sep 24, 2020
1 parent dbaab62 commit c29a259
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 c29a259

Please sign in to comment.