feat(runtime-c-api) Ask rustc to generate a static library.

This is required to correctly link to the embedded runtime.
This commit is contained in:
Ivan Enderlin 2019-03-07 10:19:02 +01:00
parent af9c26f4f9
commit 7a9816ff12

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"