mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
Remove dependency on engine-dummy from wasmer api
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2151,7 +2151,6 @@ dependencies = [
|
|||||||
"wasmer-compiler-llvm",
|
"wasmer-compiler-llvm",
|
||||||
"wasmer-compiler-singlepass",
|
"wasmer-compiler-singlepass",
|
||||||
"wasmer-engine",
|
"wasmer-engine",
|
||||||
"wasmer-engine-dummy",
|
|
||||||
"wasmer-engine-jit",
|
"wasmer-engine-jit",
|
||||||
"wasmer-engine-native",
|
"wasmer-engine-native",
|
||||||
"wasmer-types",
|
"wasmer-types",
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ winapi = "0.3"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
# for the binary wasmer.rs
|
# for the binary wasmer.rs
|
||||||
wasmer-engine-dummy = { path = "../../tests/lib/engine-dummy", version = "1.0.0-alpha01.0" }
|
|
||||||
libc = { version = "^0.2.69", default-features = false }
|
libc = { version = "^0.2.69", default-features = false }
|
||||||
wat = "1.0"
|
wat = "1.0"
|
||||||
tempfile = "3.1"
|
tempfile = "3.1"
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
|||||||
description = "Wasmer placeholder engine"
|
description = "Wasmer placeholder engine"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-types = { path = "../../../lib/wasmer-types", version = "1.0.0-alpha01.0" }
|
wasmer-types = { path = "../../../lib/wasmer-types", version = "1.0.0-alpha01.0" }
|
||||||
@@ -29,4 +30,5 @@ serialize = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
# TODO: publish this crate again and deprecate it
|
||||||
maintenance = { status = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
|
|||||||
Reference in New Issue
Block a user