mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
Release 3.2.0-beta.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-compiler"
|
||||
version = "3.2.0-beta.1"
|
||||
version = "3.2.0-beta.2"
|
||||
description = "Base compiler abstraction for Wasmer WebAssembly runtime"
|
||||
categories = ["wasm", "no-std"]
|
||||
keywords = ["wasm", "webassembly", "compiler"]
|
||||
@@ -11,8 +11,8 @@ readme = "README.md"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
wasmer-types = { path = "../types", version = "=3.2.0-beta.1", default-features = false }
|
||||
wasmer-object = { path = "../object", version = "=3.2.0-beta.1", optional = true }
|
||||
wasmer-types = { path = "../types", version = "=3.2.0-beta.2", default-features = false }
|
||||
wasmer-object = { path = "../object", version = "=3.2.0-beta.2", optional = true }
|
||||
wasmparser = { version = "0.95", optional = true, default-features = false }
|
||||
enumset = "1.0.2"
|
||||
hashbrown = { version = "0.11", optional = true }
|
||||
@@ -32,7 +32,7 @@ leb128 = "0.2"
|
||||
enum-iterator = "0.7.0"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
wasmer-vm = { path = "../vm", version = "=3.2.0-beta.1" }
|
||||
wasmer-vm = { path = "../vm", version = "=3.2.0-beta.2" }
|
||||
region = { version = "3.0" }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user