Merge pull request #247 from Hywan/feat-runtime-c-api-staticlib

feat(runtime-c-api) Ask `rustc` to generate a static library.
This commit is contained in:
Syrus Akbary 2019-03-07 09:56:17 -08:00 committed by GitHub
commit 58e48ba310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ wasmer-runtime-core = { path = "../runtime-core", version = "0.2.1" }
libc = "0.2"
[lib]
crate-type = ["cdylib", "rlib"]
crate-type = ["cdylib", "rlib", "staticlib"]
[build-dependencies]
cbindgen = "0.8"