Updated Wasmer versions to 1.0

This commit is contained in:
Syrus
2020-06-11 09:52:26 -07:00
parent 7991d69076
commit 36223364e0
23 changed files with 112 additions and 111 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-c-api"
version = "0.16.2"
version = "1.0.0"
description = "Wasmer C API library"
documentation = "https://wasmerio.github.io/wasmer/c-api/"
license = "MIT"
@@ -23,28 +23,28 @@ thiserror = "1"
paste = "0.1"
# for generating code in the same way thot the wasm-c-api does
# Commented out for now until we can find a solution to the exported function problem
# wasmer-wasm-c-api = { version = "0.16.2", path = "crates/wasm-c-api" }
# wasmer-wasm-c-api = { version = "1.0.0", path = "crates/wasm-c-api" }
[dependencies.wasmer]
default-features = false
features = ["compiler", "engine", "jit"]
path = "../api"
version = "0.16.2"
version = "1.0.0"
[dependencies.wasm-common]
default-features = false
path = "../wasm-common"
version = "0.16.2"
version = "1.0.0"
[dependencies.wasmer-wasi]
default-features = false
path = "../wasi"
version = "0.16.2"
version = "1.0.0"
optional = true
#[dependencies.wasmer-emscripten]
#path = "../emscripten"
#version = "0.16.2"
#version = "1.0.0"
#optional = true
[features]