Revert "Lower libwasmer headless size"

This commit is contained in:
Syrus Akbary
2022-08-23 15:04:55 +02:00
committed by GitHub
parent ec959640a3
commit bb9f95b2f8
3 changed files with 6 additions and 3 deletions

View File

@ -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