Merge branch 'master' into feat-runtime-c-api-strict-c-cpp

This commit is contained in:
Brandon Fish
2019-03-07 23:06:01 -06:00
47 changed files with 6057 additions and 329 deletions

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"