mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
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:
parent
af9c26f4f9
commit
7a9816ff12
@ -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"
|
Loading…
x
Reference in New Issue
Block a user