mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Updated Wasmer versions to 1.0
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user