Skip to content

Commit 75f3f0e

Browse files
bors[bot]Mark McCaskey
and
Mark McCaskey
authored
Merge #1646
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 <[email protected]>
2 parents dbaab62 + c29a259 commit 75f3f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/c-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
edition = "2018"
1313

1414
[lib]
15-
crate-type = ["cdylib", "staticlib"]
15+
crate-type = ["cdylib", "rlib", "staticlib"]
1616

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

0 commit comments

Comments
 (0)