mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-30 12:19:28 +00:00
Remove wasmer-{artifact,engine} and merge it into wasmer-compiler and wasmer-vm
This commit is contained in:
@ -27,7 +27,7 @@ wasmer-compiler-cranelift = { version = "=2.3.0", path = "../compiler-cranelift"
|
||||
wasmer-compiler-singlepass = { version = "=2.3.0", path = "../compiler-singlepass", optional = true }
|
||||
wasmer-compiler-llvm = { version = "=2.3.0", path = "../compiler-llvm", optional = true }
|
||||
wasmer-emscripten = { version = "=2.3.0", path = "../emscripten", optional = true }
|
||||
wasmer-engine = { version = "=2.3.0", path = "../engine" }
|
||||
wasmer-compiler = { version = "=2.3.0", path = "../compiler" }
|
||||
wasmer-engine-universal = { version = "=2.3.0", path = "../engine-universal", optional = true }
|
||||
wasmer-middlewares = { version = "=2.3.0", path = "../middlewares", optional = true }
|
||||
wasmer-wasi = { version = "=2.3.0", path = "../wasi", default-features = false, features = ["host-fs", "sys"], optional = true }
|
||||
@ -55,14 +55,12 @@ default = [
|
||||
]
|
||||
wat = ["wasmer-api/wat"]
|
||||
wasi = ["wasmer-wasi"]
|
||||
engine = []
|
||||
middlewares = [
|
||||
"compiler",
|
||||
"wasmer-middlewares",
|
||||
]
|
||||
universal = [
|
||||
"wasmer-engine-universal",
|
||||
"engine",
|
||||
]
|
||||
compiler = [
|
||||
"wasmer-api/compiler",
|
||||
|
Reference in New Issue
Block a user