mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
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:
commit
58e48ba310
@ -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…
Reference in New Issue
Block a user