mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 04:38:25 +00:00
Merge branch 'master' into capi-wasi-overwrite-stdin-3
This commit is contained in:
@@ -17,7 +17,7 @@ edition = "2018"
|
||||
# a conflict with the existing `wasmer` crate, see below.
|
||||
name = "wasmer" # ##lib.name##
|
||||
# ^ DO NOT REMOVE, it's used the `Makefile`, see `build-docs-capi`.
|
||||
crate-type = ["cdylib", "rlib", "staticlib"]
|
||||
crate-type = ["staticlib", "cdylib"] #"cdylib", "rlib", "staticlib"]
|
||||
|
||||
[dependencies]
|
||||
# We rename `wasmer` to `wasmer-api` to avoid the conflict with this
|
||||
|
||||
Reference in New Issue
Block a user