Merge branch 'master' into capi-wasi-overwrite-stdin-3

This commit is contained in:
Felix Schütt
2022-08-30 14:08:48 +02:00
committed by GitHub
58 changed files with 1722 additions and 1040 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 = ["cdylib", "rlib", "staticlib"]
crate-type = ["staticlib", "cdylib"] #"cdylib", "rlib", "staticlib"]
[dependencies]
# We rename `wasmer` to `wasmer-api` to avoid the conflict with this