mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-27 10:49:36 +00:00
Revert "Lower libwasmer headless size"
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 = ["staticlib", "cdylib"] #"cdylib", "rlib", "staticlib"]
|
||||
crate-type = ["cdylib", "rlib", "staticlib"]
|
||||
|
||||
[dependencies]
|
||||
# We rename `wasmer` to `wasmer-api` to avoid the conflict with this
|
||||
|
Reference in New Issue
Block a user