From ca52e7fdbc87972cf4a5e30e896b402f0de88ca6 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 22 Mar 2023 19:14:55 +0100 Subject: [PATCH 1/3] Update CHANGELOG --- CHANGELOG.md | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d03c0a5a8..43ed71a8eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,102 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C ## **Unreleased** +## 3.2.0-beta.1 - 22/03/2023 + +## Added + + - [#3700](https://github.com/wasmerio/wasmer/pull/3700) Added back all removed function for Engine to avoid API breaking changes + - [#3654](https://github.com/wasmerio/wasmer/pull/3654) [SINGLEPASS] Add more ROR emitter to ARM64 backend (for #3647) + - [#3664](https://github.com/wasmerio/wasmer/pull/3664) feat(wasi): Add CapabilityThreading with max thread count + - [#3556](https://github.com/wasmerio/wasmer/pull/3556) Use standard API for js and sys for Module. Added Engine in js + - [#3635](https://github.com/wasmerio/wasmer/pull/3635) Added some fixes for the browser version to work again + - [#3626](https://github.com/wasmerio/wasmer/pull/3626) add basic coredump generation + - [#3631](https://github.com/wasmerio/wasmer/pull/3631) [CI] Add opened type for pull_request on test.yaml + - [#3612](https://github.com/wasmerio/wasmer/pull/3612) Added conveniance function FunctionEnvMut::data_and_store_mut + - [#3536](https://github.com/wasmerio/wasmer/pull/3536) Add documentation for create-exe syntax + - [#3512](https://github.com/wasmerio/wasmer/pull/3512) Add unit test for verifying that caching works when running packages twice + - [#3490](https://github.com/wasmerio/wasmer/pull/3490) Fix JS sample code by adding "&mut store" + +## Changed + + - [#3244](https://github.com/wasmerio/wasmer/pull/3244) Feat riscv llvm and cranelift + - [#3650](https://github.com/wasmerio/wasmer/pull/3650) Wasmer run-unstable + - [#3692](https://github.com/wasmerio/wasmer/pull/3692) PluggableRuntime Cleanup + - [#3681](https://github.com/wasmerio/wasmer/pull/3681) (feat) Ability to supply your own shared tokio runtime + - [#3689](https://github.com/wasmerio/wasmer/pull/3689) Increased CURRENT_VERSION to 3 + - [#3691](https://github.com/wasmerio/wasmer/pull/3691) Don't error out on webc/wasi run when exiting normaly + - [#3683](https://github.com/wasmerio/wasmer/pull/3683) Renamed some crates and changed their version to 0.1.0 + - [#3677](https://github.com/wasmerio/wasmer/pull/3677) Overlay FileSystem + - [#3580](https://github.com/wasmerio/wasmer/pull/3580) Make memoryView lifetime linked to StoreRef instead of Memory + - [#3682](https://github.com/wasmerio/wasmer/pull/3682) Update wasmparser to v0.95 + - [#3676](https://github.com/wasmerio/wasmer/pull/3676) Switch `wasmer_vfs::host_fs` tests over to using temp directories + - [#3670](https://github.com/wasmerio/wasmer/pull/3670) Bumped cranelift to 0.91.1 following a critical security alert + - [#3666](https://github.com/wasmerio/wasmer/pull/3666) refactor(wasi): Move capabilities into root submodule + - [#3644](https://github.com/wasmerio/wasmer/pull/3644) Improvements to the tracing and logging in wasmer + - [#3656](https://github.com/wasmerio/wasmer/pull/3656) Re-enable (most) WASIX Snapshot Tests + - [#3658](https://github.com/wasmerio/wasmer/pull/3658) [CI] This should setup LLVM on Windows correctly this time + - [#3655](https://github.com/wasmerio/wasmer/pull/3655) [CI] Manually setup LLVM because Custom build doesn't include llvm-config.exe + - [#3599](https://github.com/wasmerio/wasmer/pull/3599) Move the `wcgi-runner` into Wasmer + - [#3646](https://github.com/wasmerio/wasmer/pull/3646) deps: Remove tempdir dependency + - [#3641](https://github.com/wasmerio/wasmer/pull/3641) Upgrade LLVM to 14.0 + - [#3640](https://github.com/wasmerio/wasmer/pull/3640) Zero memory copies on IO + - [#3636](https://github.com/wasmerio/wasmer/pull/3636) Removed choice for object-format in create-exe and create-obj commands + - [#3637](https://github.com/wasmerio/wasmer/pull/3637) Remove unused import in lib.rs example + - [#3632](https://github.com/wasmerio/wasmer/pull/3632) [CI] Another attempt to get Test on external PR + - [#3628](https://github.com/wasmerio/wasmer/pull/3628) Registry: Implement App Publishing and Token Generation + - [#3627](https://github.com/wasmerio/wasmer/pull/3627) wasi: Remove vbus leftovers and improve task joining + - [#3620](https://github.com/wasmerio/wasmer/pull/3620) ci: Remove deleted vbus crate from build workflow + - [#3422](https://github.com/wasmerio/wasmer/pull/3422) WASIX + - [#3539](https://github.com/wasmerio/wasmer/pull/3539) Document release process and update release script + - [#3593](https://github.com/wasmerio/wasmer/pull/3593) Update rkyv 0.7.40 and prettytable-rs to 0.10.0 + - [#3585](https://github.com/wasmerio/wasmer/pull/3585) CI: Purge Cache with Scheduled Action + - [#3590](https://github.com/wasmerio/wasmer/pull/3590) Optimize getting byteLength in MemoryView::new + - [#3586](https://github.com/wasmerio/wasmer/pull/3586) Make AsStoreRef and friends work for anything that implements Deref + - [#3582](https://github.com/wasmerio/wasmer/pull/3582) bump inkwell to 0.1.1 + - [#3577](https://github.com/wasmerio/wasmer/pull/3577) Use Cloudflare as CI Cache + - [#3353](https://github.com/wasmerio/wasmer/pull/3353) Speed up CI + - [#3564](https://github.com/wasmerio/wasmer/pull/3564) Updated Cranelift to 0.91 + - [#3537](https://github.com/wasmerio/wasmer/pull/3537) bump inkwell to 0.1.0 + - [#3562](https://github.com/wasmerio/wasmer/pull/3562) Improved handling of wasmer-headless generation and use on local run + - [#3563](https://github.com/wasmerio/wasmer/pull/3563) Revert "bump inkwell to 0.1.0" + - [#3558](https://github.com/wasmerio/wasmer/pull/3558) Reduce libwasmer-headless size + - [#3552](https://github.com/wasmerio/wasmer/pull/3552) create-exe: link with libwasmer-headless + - [#3547](https://github.com/wasmerio/wasmer/pull/3547) Remove setting memory for WASI compatibility + - [#3531](https://github.com/wasmerio/wasmer/pull/3531) Reenable create-exe tests + - [#3534](https://github.com/wasmerio/wasmer/pull/3534) Use JS VM store instead of artificially replicate it + - [#3532](https://github.com/wasmerio/wasmer/pull/3532) VMInstance cannot be Clone + +## Fixed + + - [#3663](https://github.com/wasmerio/wasmer/pull/3663) Dash fixes and pthreads + - [#3684](https://github.com/wasmerio/wasmer/pull/3684) Fix: module cache delta overflow + - [#3680](https://github.com/wasmerio/wasmer/pull/3680) Fix for the vectored IO + - [#3668](https://github.com/wasmerio/wasmer/pull/3668) Fix doc build + - [#3665](https://github.com/wasmerio/wasmer/pull/3665) Fix doc, threads are enabled by default now + - [#3662](https://github.com/wasmerio/wasmer/pull/3662) Why is it so difficult to type LLVM_SYS_140_PREFIX + - [#3661](https://github.com/wasmerio/wasmer/pull/3661) [CI] New attempt at fixing the Windows build on the CI + - [#3659](https://github.com/wasmerio/wasmer/pull/3659) Fixed building with with just the sys feature + - [#3648](https://github.com/wasmerio/wasmer/pull/3648) Fix CI and llvm detection + - [#3643](https://github.com/wasmerio/wasmer/pull/3643) fix(wasi): Memory leak due to cyclical WasiControlPlane references + - [#3639](https://github.com/wasmerio/wasmer/pull/3639) wasi: Thread Lifecycle Fix + - [#3630](https://github.com/wasmerio/wasmer/pull/3630) Fix linter + - [#3591](https://github.com/wasmerio/wasmer/pull/3591) fix: experimental io + - [#3629](https://github.com/wasmerio/wasmer/pull/3629) Webc Inheritance Fixes + - [#3598](https://github.com/wasmerio/wasmer/pull/3598) Wasix multithreading fix + - [#3601](https://github.com/wasmerio/wasmer/pull/3601) Update CI script to fix deprecation notices + - [#3623](https://github.com/wasmerio/wasmer/pull/3623) ci: Fix build.yaml workflow + - [#3581](https://github.com/wasmerio/wasmer/pull/3581) Fix WASI example that initialized wasi_config 2 times + - [#3584](https://github.com/wasmerio/wasmer/pull/3584) Wasix major fixes and tweaks + - [#3557](https://github.com/wasmerio/wasmer/pull/3557) Fix make-test-integration CLI producing files when running locally + - [#3566](https://github.com/wasmerio/wasmer/pull/3566) Fix create-exe with create-obj when using dashes in atom names + - [#3573](https://github.com/wasmerio/wasmer/pull/3573) Fix/compile not in memory + - [#3569](https://github.com/wasmerio/wasmer/pull/3569) Fix error message due to wapm.dev backend change + - [#3551](https://github.com/wasmerio/wasmer/pull/3551) Fix markup in Japanese README + - [#3493](https://github.com/wasmerio/wasmer/pull/3493) Fixed some memory leak issue with InstanceHandle + - [#3523](https://github.com/wasmerio/wasmer/pull/3523) Fix Windows-GNU distribution + + + ## 3.2.0-alpha.1 - 23/01/2023 ## Added From d58d158897cb12ca46d24db80635586486011528 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 22 Mar 2023 19:14:57 +0100 Subject: [PATCH 2/3] Release 3.2.0-beta.1 --- Cargo.lock | 48 +++++++++---------- Cargo.toml | 26 +++++----- lib/api/Cargo.toml | 24 +++++----- .../macro-wasmer-universal-test/Cargo.toml | 2 +- lib/c-api/Cargo.toml | 18 +++---- .../wasmer-capi-examples-runner/Cargo.toml | 2 +- .../tests/wasmer-c-api-test-runner/Cargo.toml | 2 +- lib/cache/Cargo.toml | 6 +-- lib/cli-compiler/Cargo.toml | 14 +++--- lib/cli/Cargo.toml | 26 +++++----- lib/compiler-cranelift/Cargo.toml | 6 +-- lib/compiler-llvm/Cargo.toml | 8 ++-- lib/compiler-singlepass/Cargo.toml | 6 +-- lib/compiler/Cargo.toml | 8 ++-- lib/derive/Cargo.toml | 2 +- lib/emscripten/Cargo.toml | 6 +-- lib/middlewares/Cargo.toml | 10 ++-- lib/object/Cargo.toml | 4 +- lib/sys-utils/Cargo.toml | 8 ++-- lib/types/Cargo.toml | 2 +- lib/vm/Cargo.toml | 4 +- lib/wai-bindgen-wasmer/Cargo.toml | 2 +- lib/wasi-types/Cargo.toml | 6 +-- lib/wasi/Cargo.toml | 14 +++--- lib/wasm-interface/Cargo.toml | 2 +- scripts/update-version.py | 4 +- scripts/windows-installer/wasmer.iss | 2 +- tests/integration/cli/Cargo.toml | 2 +- tests/integration/ios/Cargo.toml | 2 +- tests/lib/wast/Cargo.toml | 4 +- tests/wasi-wast/Cargo.toml | 2 +- 31 files changed, 136 insertions(+), 136 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dccebda6aff..cf63aa92a69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2250,7 +2250,7 @@ dependencies = [ [[package]] name = "macro-wasmer-universal-test" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "proc-macro2", "proc-quote", @@ -5002,7 +5002,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasi-test-generator" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "glob", "gumdrop", @@ -5215,7 +5215,7 @@ dependencies = [ [[package]] name = "wasmer" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "anyhow", "bytes", @@ -5265,7 +5265,7 @@ dependencies = [ [[package]] name = "wasmer-c-api" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "cbindgen", "cfg-if 1.0.0", @@ -5293,7 +5293,7 @@ dependencies = [ [[package]] name = "wasmer-c-api-test-runner" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "cc", "regex", @@ -5303,7 +5303,7 @@ dependencies = [ [[package]] name = "wasmer-cache" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "blake3", "criterion", @@ -5317,7 +5317,7 @@ dependencies = [ [[package]] name = "wasmer-capi-examples-runner" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "cc", "regex", @@ -5327,7 +5327,7 @@ dependencies = [ [[package]] name = "wasmer-cli" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "anyhow", "atty", @@ -5400,7 +5400,7 @@ dependencies = [ [[package]] name = "wasmer-compiler" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "backtrace", "cfg-if 1.0.0", @@ -5426,7 +5426,7 @@ dependencies = [ [[package]] name = "wasmer-compiler-cli" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "anyhow", "atty", @@ -5447,7 +5447,7 @@ dependencies = [ [[package]] name = "wasmer-compiler-cranelift" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -5466,7 +5466,7 @@ dependencies = [ [[package]] name = "wasmer-compiler-llvm" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "byteorder", "cc", @@ -5488,7 +5488,7 @@ dependencies = [ [[package]] name = "wasmer-compiler-singlepass" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "byteorder", "dynasm", @@ -5507,7 +5507,7 @@ dependencies = [ [[package]] name = "wasmer-derive" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "compiletest_rs", "proc-macro-error", @@ -5519,7 +5519,7 @@ dependencies = [ [[package]] name = "wasmer-emscripten" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "byteorder", "getrandom", @@ -5561,7 +5561,7 @@ dependencies = [ [[package]] name = "wasmer-integration-tests-cli" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "anyhow", "assert_cmd 2.0.10", @@ -5585,11 +5585,11 @@ dependencies = [ [[package]] name = "wasmer-integration-tests-ios" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" [[package]] name = "wasmer-middlewares" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "wasmer", "wasmer-types", @@ -5598,7 +5598,7 @@ dependencies = [ [[package]] name = "wasmer-object" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "object 0.28.4", "thiserror", @@ -5706,7 +5706,7 @@ dependencies = [ [[package]] name = "wasmer-types" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "enum-iterator", "enumset", @@ -5722,7 +5722,7 @@ dependencies = [ [[package]] name = "wasmer-vm" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "backtrace", "cc", @@ -5846,7 +5846,7 @@ dependencies = [ [[package]] name = "wasmer-wasm-interface" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "bincode", "either", @@ -5858,7 +5858,7 @@ dependencies = [ [[package]] name = "wasmer-wast" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "anyhow", "serde", @@ -5873,7 +5873,7 @@ dependencies = [ [[package]] name = "wasmer-workspace" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" dependencies = [ "anyhow", "build-deps", diff --git a/Cargo.toml b/Cargo.toml index e38c8e7f129..3a441211e2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-workspace" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Wasmer workspace" authors = ["Wasmer Engineering Team "] repository = "https://github.com/wasmerio/wasmer" @@ -10,20 +10,20 @@ publish = false autoexamples = false [dependencies] -wasmer = { version = "=3.2.0-alpha.1", path = "lib/api", default-features = false } -wasmer-compiler = { version = "=3.2.0-alpha.1", path = "lib/compiler", features = [ +wasmer = { version = "=3.2.0-beta.1", path = "lib/api", default-features = false } +wasmer-compiler = { version = "=3.2.0-beta.1", path = "lib/compiler", features = [ "compiler", ] } -wasmer-compiler-cranelift = { version = "=3.2.0-alpha.1", path = "lib/compiler-cranelift", optional = true } -wasmer-compiler-singlepass = { version = "=3.2.0-alpha.1", path = "lib/compiler-singlepass", optional = true } -wasmer-compiler-llvm = { version = "=3.2.0-alpha.1", path = "lib/compiler-llvm", optional = true } -wasmer-emscripten = { version = "=3.2.0-alpha.1", path = "lib/emscripten", optional = true } +wasmer-compiler-cranelift = { version = "=3.2.0-beta.1", path = "lib/compiler-cranelift", optional = true } +wasmer-compiler-singlepass = { version = "=3.2.0-beta.1", path = "lib/compiler-singlepass", optional = true } +wasmer-compiler-llvm = { version = "=3.2.0-beta.1", path = "lib/compiler-llvm", optional = true } +wasmer-emscripten = { version = "=3.2.0-beta.1", path = "lib/emscripten", optional = true } wasmer-wasix = { version = "0.1.0", path = "lib/wasi", optional = true } -wasmer-wast = { version = "=3.2.0-alpha.1", path = "tests/lib/wast", optional = true } -wasi-test-generator = { version = "=3.2.0-alpha.1", path = "tests/wasi-wast", optional = true } -wasmer-cache = { version = "=3.2.0-alpha.1", path = "lib/cache", optional = true } -wasmer-types = { version = "=3.2.0-alpha.1", path = "lib/types" } -wasmer-middlewares = { version = "=3.2.0-alpha.1", path = "lib/middlewares", optional = true } +wasmer-wast = { version = "=3.2.0-beta.1", path = "tests/lib/wast", optional = true } +wasi-test-generator = { version = "=3.2.0-beta.1", path = "tests/wasi-wast", optional = true } +wasmer-cache = { version = "=3.2.0-beta.1", path = "lib/cache", optional = true } +wasmer-types = { version = "=3.2.0-beta.1", path = "lib/types" } +wasmer-middlewares = { version = "=3.2.0-beta.1", path = "lib/middlewares", optional = true } cfg-if = "1.0" [workspace] @@ -72,7 +72,7 @@ glob = "0.3" rustc_version = "0.4" [dev-dependencies] -wasmer = { version = "=3.2.0-alpha.1", path = "lib/api", default-features = false, features = [ +wasmer = { version = "=3.2.0-beta.1", path = "lib/api", default-features = false, features = [ "cranelift", ] } anyhow = "1.0" diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml index 23442c930b1..7c9a86decf7 100644 --- a/lib/api/Cargo.toml +++ b/lib/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "High-performance WebAssembly runtime" categories = ["wasm"] keywords = ["wasm", "webassembly", "runtime", "vm"] @@ -35,15 +35,15 @@ tracing = { version = "0.1", optional = true } # Dependencies and Development Dependencies for `sys`. [target.'cfg(not(target_arch = "wasm32"))'.dependencies] # - Mandatory dependencies for `sys`. -wasmer-vm = { path = "../vm", version = "=3.2.0-alpha.1" } -wasmer-compiler = { path = "../compiler", version = "=3.2.0-alpha.1" } -wasmer-derive = { path = "../derive", version = "=3.2.0-alpha.1" } -wasmer-types = { path = "../types", version = "=3.2.0-alpha.1" } +wasmer-vm = { path = "../vm", version = "=3.2.0-beta.1" } +wasmer-compiler = { path = "../compiler", version = "=3.2.0-beta.1" } +wasmer-derive = { path = "../derive", version = "=3.2.0-beta.1" } +wasmer-types = { path = "../types", version = "=3.2.0-beta.1" } target-lexicon = { version = "0.12.2", default-features = false } # - Optional dependencies for `sys`. -wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.2.0-alpha.1", optional = true } -wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=3.2.0-alpha.1", optional = true } -wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=3.2.0-alpha.1", optional = true } +wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.2.0-beta.1", optional = true } +wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=3.2.0-beta.1", optional = true } +wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=3.2.0-beta.1", optional = true } wasm-bindgen = { version = "0.2.74", optional = true } js-sys = { version = "0.3.51", optional = true } @@ -56,17 +56,17 @@ winapi = "0.3" wat = "1.0" tempfile = "3.4.0" anyhow = "1.0" -macro-wasmer-universal-test = { version = "3.2.0-alpha.1", path = "./macro-wasmer-universal-test" } +macro-wasmer-universal-test = { version = "3.2.0-beta.1", path = "./macro-wasmer-universal-test" } # Dependencies and Develoment Dependencies for `js`. [target.'cfg(target_arch = "wasm32")'.dependencies] # - Mandatory dependencies for `js`. -wasmer-types = { path = "../types", version = "=3.2.0-alpha.1", default-features = false, features = ["std"] } +wasmer-types = { path = "../types", version = "=3.2.0-beta.1", default-features = false, features = ["std"] } wasm-bindgen = "0.2.74" wasm-bindgen-downcast = { version = "0.1.1" } js-sys = "0.3.51" #web-sys = { version = "0.3.51", features = [ "console" ] } -wasmer-derive = { path = "../derive", version = "=3.2.0-alpha.1" } +wasmer-derive = { path = "../derive", version = "=3.2.0-beta.1" } # - Optional dependencies for `js`. wasmparser = { version = "0.95", default-features = false, optional = true } hashbrown = { version = "0.11", optional = true } @@ -78,7 +78,7 @@ serde = { version = "1.0", features = ["derive"] } wat = "1.0" anyhow = "1.0" wasm-bindgen-test = "0.3.0" -macro-wasmer-universal-test = { version = "3.2.0-alpha.1", path = "./macro-wasmer-universal-test" } +macro-wasmer-universal-test = { version = "3.2.0-beta.1", path = "./macro-wasmer-universal-test" } # Specific to `js`. # diff --git a/lib/api/macro-wasmer-universal-test/Cargo.toml b/lib/api/macro-wasmer-universal-test/Cargo.toml index 0b9c381797c..33fbe97817e 100644 --- a/lib/api/macro-wasmer-universal-test/Cargo.toml +++ b/lib/api/macro-wasmer-universal-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macro-wasmer-universal-test" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" edition = "2021" license = "MIT" description = "Universal test macro for wasmer-test" diff --git a/lib/c-api/Cargo.toml b/lib/c-api/Cargo.toml index 14c03c2ef25..3ebaecfd82c 100644 --- a/lib/c-api/Cargo.toml +++ b/lib/c-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-c-api" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Wasmer C API library" categories = ["wasm", "api-bindings"] keywords = ["wasm", "webassembly", "runtime"] @@ -22,15 +22,15 @@ crate-type = ["staticlib", "cdylib"] #"cdylib", "rlib", "staticlib"] [dependencies] # We rename `wasmer` to `wasmer-api` to avoid the conflict with this # library name (see `[lib]`). -wasmer-api = { version = "=3.2.0-alpha.1", path = "../api", default-features = false, features = ["sys"], package = "wasmer" } -wasmer-compiler-cranelift = { version = "=3.2.0-alpha.1", path = "../compiler-cranelift", optional = true } -wasmer-compiler-singlepass = { version = "=3.2.0-alpha.1", path = "../compiler-singlepass", optional = true } -wasmer-compiler-llvm = { version = "=3.2.0-alpha.1", path = "../compiler-llvm", optional = true } -wasmer-emscripten = { version = "=3.2.0-alpha.1", path = "../emscripten", optional = true } -wasmer-compiler = { version = "=3.2.0-alpha.1", path = "../compiler" } -wasmer-middlewares = { version = "=3.2.0-alpha.1", path = "../middlewares", optional = true } +wasmer-api = { version = "=3.2.0-beta.1", path = "../api", default-features = false, features = ["sys"], package = "wasmer" } +wasmer-compiler-cranelift = { version = "=3.2.0-beta.1", path = "../compiler-cranelift", optional = true } +wasmer-compiler-singlepass = { version = "=3.2.0-beta.1", path = "../compiler-singlepass", optional = true } +wasmer-compiler-llvm = { version = "=3.2.0-beta.1", path = "../compiler-llvm", optional = true } +wasmer-emscripten = { version = "=3.2.0-beta.1", path = "../emscripten", optional = true } +wasmer-compiler = { version = "=3.2.0-beta.1", path = "../compiler" } +wasmer-middlewares = { version = "=3.2.0-beta.1", path = "../middlewares", optional = true } wasmer-wasix = { version = "0.1.0", path = "../wasi", features = ["host-fs", "host-vnet"], optional = true } -wasmer-types = { version = "=3.2.0-alpha.1", path = "../types" } +wasmer-types = { version = "=3.2.0-beta.1", path = "../types" } virtual-fs = { version = "0.1.0", path = "../vfs", optional = true, default-features = false, features = ["static-fs"] } webc = { version = "5.0.0-rc.5", optional = true } enumset = "1.0.2" diff --git a/lib/c-api/examples/wasmer-capi-examples-runner/Cargo.toml b/lib/c-api/examples/wasmer-capi-examples-runner/Cargo.toml index 842293f6873..9f471668fc5 100644 --- a/lib/c-api/examples/wasmer-capi-examples-runner/Cargo.toml +++ b/lib/c-api/examples/wasmer-capi-examples-runner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-capi-examples-runner" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" edition = "2021" license = "MIT" description = "wasmer-capi-examples-runner" diff --git a/lib/c-api/tests/wasmer-c-api-test-runner/Cargo.toml b/lib/c-api/tests/wasmer-c-api-test-runner/Cargo.toml index 5299cc18845..2c24fc42aaf 100644 --- a/lib/c-api/tests/wasmer-c-api-test-runner/Cargo.toml +++ b/lib/c-api/tests/wasmer-c-api-test-runner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-c-api-test-runner" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" edition = "2021" license = "MIT" description = "wasmer-c-api-test-runner" diff --git a/lib/cache/Cargo.toml b/lib/cache/Cargo.toml index 487632c30ec..1509485bd24 100644 --- a/lib/cache/Cargo.toml +++ b/lib/cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-cache" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Cache system for Wasmer WebAssembly runtime" categories = ["wasm", "caching"] keywords = ["wasm", "webassembly", "cache"] @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer = { path = "../api", version = "=3.2.0-alpha.1", default-features = false, features = ["sys"] } +wasmer = { path = "../api", version = "=3.2.0-beta.1", default-features = false, features = ["sys"] } hex = "0.4" thiserror = "1" blake3 = "1.0" @@ -20,7 +20,7 @@ blake3 = "1.0" criterion = "0.3" tempfile = "3.4.0" rand = "0.8.3" -wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.2.0-alpha.1" } +wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.2.0-beta.1" } [features] default = ["wasmer/js-serializable-module", "wasmer/compiler", "filesystem"] diff --git a/lib/cli-compiler/Cargo.toml b/lib/cli-compiler/Cargo.toml index 25e26449b56..9bdaf308c40 100644 --- a/lib/cli-compiler/Cargo.toml +++ b/lib/cli-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler-cli" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Wasmer Compiler CLI" categories = ["wasm", "command-line-interface"] keywords = ["wasm", "webassembly", "cli"] @@ -18,8 +18,8 @@ path = "src/bin/wasmer_compiler.rs" doc = false [dependencies] -wasmer-compiler = { version = "=3.2.0-alpha.1", path = "../compiler", features = ["compiler"] } -wasmer-types = { version = "=3.2.0-alpha.1", path = "../types" } +wasmer-compiler = { version = "=3.2.0-beta.1", path = "../compiler", features = ["compiler"] } +wasmer-types = { version = "=3.2.0-beta.1", path = "../types" } atty = "0.2" colored = "2.0" anyhow = "1.0" @@ -35,12 +35,12 @@ log = { version = "0.4", optional = true } target-lexicon = { version = "0.12", features = ["std"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -wasmer-compiler-singlepass = { version = "=3.2.0-alpha.1", path = "../compiler-singlepass", optional = true } -wasmer-compiler-cranelift = { version = "=3.2.0-alpha.1", path = "../compiler-cranelift", optional = true } +wasmer-compiler-singlepass = { version = "=3.2.0-beta.1", path = "../compiler-singlepass", optional = true } +wasmer-compiler-cranelift = { version = "=3.2.0-beta.1", path = "../compiler-cranelift", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] -wasmer-compiler-singlepass = { version = "=3.2.0-alpha.1", path = "../compiler-singlepass", optional = true, default-features = false, features = ["wasm"] } -wasmer-compiler-cranelift = { version = "=3.2.0-alpha.1", path = "../compiler-cranelift", optional = true, default-features = false, features = ["wasm"] } +wasmer-compiler-singlepass = { version = "=3.2.0-beta.1", path = "../compiler-singlepass", optional = true, default-features = false, features = ["wasm"] } +wasmer-compiler-cranelift = { version = "=3.2.0-beta.1", path = "../compiler-cranelift", optional = true, default-features = false, features = ["wasm"] } [target.'cfg(target_os = "linux")'.dependencies] unix_mode = "0.1.3" diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index 92598d2b22f..ec5281c067a 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-cli" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Wasmer CLI" categories = ["wasm", "command-line-interface"] keywords = ["wasm", "webassembly", "cli"] @@ -25,23 +25,23 @@ doc = false required-features = ["headless"] [dependencies] -wasmer = { version = "=3.2.0-alpha.1", path = "../api", default-features = false } -wasmer-compiler = { version = "=3.2.0-alpha.1", path = "../compiler", features = ["compiler"] } -wasmer-compiler-cranelift = { version = "=3.2.0-alpha.1", path = "../compiler-cranelift", optional = true } -wasmer-compiler-singlepass = { version = "=3.2.0-alpha.1", path = "../compiler-singlepass", optional = true } -wasmer-compiler-llvm = { version = "=3.2.0-alpha.1", path = "../compiler-llvm", optional = true } -wasmer-emscripten = { version = "=3.2.0-alpha.1", path = "../emscripten" } -wasmer-vm = { version = "=3.2.0-alpha.1", path = "../vm" } +wasmer = { version = "=3.2.0-beta.1", path = "../api", default-features = false } +wasmer-compiler = { version = "=3.2.0-beta.1", path = "../compiler", features = ["compiler"] } +wasmer-compiler-cranelift = { version = "=3.2.0-beta.1", path = "../compiler-cranelift", optional = true } +wasmer-compiler-singlepass = { version = "=3.2.0-beta.1", path = "../compiler-singlepass", optional = true } +wasmer-compiler-llvm = { version = "=3.2.0-beta.1", path = "../compiler-llvm", optional = true } +wasmer-emscripten = { version = "=3.2.0-beta.1", path = "../emscripten" } +wasmer-vm = { version = "=3.2.0-beta.1", path = "../vm" } wasmer-wasix = { version = "0.1.0", path = "../wasi", features = ["logging", "webc_runner", "webc_runner_rt_wcgi", "webc_runner_rt_wasi", "webc_runner_rt_emscripten", "host-fs"] } wasmer-wasix-experimental-io-devices = { version = "0.1.0", path = "../wasi-experimental-io-devices", optional = true, features = ["link_external_libs"] } -wasmer-wast = { version = "=3.2.0-alpha.1", path = "../../tests/lib/wast", optional = true } -wasmer-cache = { version = "=3.2.0-alpha.1", path = "../cache", features = ["blake3-pure"] } -wasmer-types = { version = "=3.2.0-alpha.1", path = "../types", features = ["enable-serde"] } +wasmer-wast = { version = "=3.2.0-beta.1", path = "../../tests/lib/wast", optional = true } +wasmer-cache = { version = "=3.2.0-beta.1", path = "../cache", features = ["blake3-pure"] } +wasmer-types = { version = "=3.2.0-beta.1", path = "../types", features = ["enable-serde"] } wasmer-registry = { version = "=4.0.0", path = "../registry" } -wasmer-object = { version = "=3.2.0-alpha.1", path = "../object", optional = true } +wasmer-object = { version = "=3.2.0-beta.1", path = "../object", optional = true } virtual-fs = { version = "0.1.0", path = "../vfs", default-features = false, features = ["host-fs"] } virtual-net = { version = "0.1.0", path = "../vnet" } -wasmer-wasm-interface = { version = "3.2.0-alpha.1", path = "../wasm-interface" } +wasmer-wasm-interface = { version = "3.2.0-beta.1", path = "../wasm-interface" } wasmparser = "0.51.4" atty = "0.2" colored = "2.0" diff --git a/lib/compiler-cranelift/Cargo.toml b/lib/compiler-cranelift/Cargo.toml index d9c72dee235..989c5383c78 100644 --- a/lib/compiler-cranelift/Cargo.toml +++ b/lib/compiler-cranelift/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler-cranelift" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Cranelift compiler for Wasmer WebAssembly runtime" categories = ["wasm"] keywords = ["wasm", "webassembly", "compiler", "cranelift"] @@ -12,8 +12,8 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-compiler = { path = "../compiler", version = "=3.2.0-alpha.1", features = ["translator", "compiler"], default-features = false } -wasmer-types = { path = "../types", version = "=3.2.0-alpha.1", default-features = false, features = ["std"] } +wasmer-compiler = { path = "../compiler", version = "=3.2.0-beta.1", features = ["translator", "compiler"], default-features = false } +wasmer-types = { path = "../types", version = "=3.2.0-beta.1", default-features = false, features = ["std"] } cranelift-entity = { version = "0.91.1", default-features = false } cranelift-codegen = { version = "0.91.1", default-features = false, features = ["x86", "arm64", "riscv64"] } cranelift-frontend = { version = "0.91.1", default-features = false } diff --git a/lib/compiler-llvm/Cargo.toml b/lib/compiler-llvm/Cargo.toml index d1ad750da7c..c5cb27a14ad 100644 --- a/lib/compiler-llvm/Cargo.toml +++ b/lib/compiler-llvm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler-llvm" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "LLVM compiler for Wasmer WebAssembly runtime" categories = ["wasm"] keywords = ["wasm", "webassembly", "compiler", "llvm"] @@ -12,11 +12,11 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-compiler = { path = "../compiler", version = "=3.2.0-alpha.1", features = [ +wasmer-compiler = { path = "../compiler", version = "=3.2.0-beta.1", features = [ "translator", "compiler" ] } -wasmer-vm = { path = "../vm", version = "=3.2.0-alpha.1" } -wasmer-types = { path = "../types", version = "=3.2.0-alpha.1" } +wasmer-vm = { path = "../vm", version = "=3.2.0-beta.1" } +wasmer-types = { path = "../types", version = "=3.2.0-beta.1" } target-lexicon = { version = "0.12.2", default-features = false } smallvec = "1.6" object = { version = "0.28.3", default-features = false, features = ["read"] } diff --git a/lib/compiler-singlepass/Cargo.toml b/lib/compiler-singlepass/Cargo.toml index 936813b0fde..f262bb30e34 100644 --- a/lib/compiler-singlepass/Cargo.toml +++ b/lib/compiler-singlepass/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler-singlepass" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Singlepass compiler for Wasmer WebAssembly runtime" categories = ["wasm"] keywords = ["wasm", "webassembly", "compiler", "singlepass"] @@ -12,8 +12,8 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-compiler = { path = "../compiler", version = "=3.2.0-alpha.1", features = ["translator", "compiler"], default-features = false } -wasmer-types = { path = "../types", version = "=3.2.0-alpha.1", default-features = false, features = ["std"] } +wasmer-compiler = { path = "../compiler", version = "=3.2.0-beta.1", features = ["translator", "compiler"], default-features = false } +wasmer-types = { path = "../types", version = "=3.2.0-beta.1", default-features = false, features = ["std"] } hashbrown = { version = "0.11", optional = true } gimli = { version = "0.26", optional = true } enumset = "1.0.2" diff --git a/lib/compiler/Cargo.toml b/lib/compiler/Cargo.toml index bd32781ef34..6acf0d3d142 100644 --- a/lib/compiler/Cargo.toml +++ b/lib/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" 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-alpha.1", default-features = false } -wasmer-object = { path = "../object", version = "=3.2.0-alpha.1", optional = true } +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 } 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-alpha.1" } +wasmer-vm = { path = "../vm", version = "=3.2.0-beta.1" } region = { version = "3.0" } [target.'cfg(target_os = "windows")'.dependencies] diff --git a/lib/derive/Cargo.toml b/lib/derive/Cargo.toml index 9a0db978163..c4dee53b2b6 100644 --- a/lib/derive/Cargo.toml +++ b/lib/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-derive" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Wasmer derive macros" authors = ["Wasmer Engineering Team "] repository = "https://github.com/wasmerio/wasmer" diff --git a/lib/emscripten/Cargo.toml b/lib/emscripten/Cargo.toml index 7c971ed0f2c..222c7f1274a 100644 --- a/lib/emscripten/Cargo.toml +++ b/lib/emscripten/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-emscripten" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Emscripten implementation library for Wasmer WebAssembly runtime" categories = ["wasm", "os"] keywords = ["wasm", "webassembly", "abi", "emscripten", "posix"] @@ -16,8 +16,8 @@ lazy_static = "1.4" libc = "^0.2" log = "0.4" time = { version = "0.2", features = ["std"] } -wasmer = { path = "../api", version = "=3.2.0-alpha.1", default-features = false, features = ["sys", "compiler"] } -wasmer-types = { path = "../types", version = "=3.2.0-alpha.1" } +wasmer = { path = "../api", version = "=3.2.0-beta.1", default-features = false, features = ["sys", "compiler"] } +wasmer-types = { path = "../types", version = "=3.2.0-beta.1" } [target.'cfg(windows)'.dependencies] getrandom = "0.2" diff --git a/lib/middlewares/Cargo.toml b/lib/middlewares/Cargo.toml index 3d3278c2c3a..6d28f26e4df 100644 --- a/lib/middlewares/Cargo.toml +++ b/lib/middlewares/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-middlewares" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" authors = ["Wasmer Engineering Team "] description = "A collection of various useful middlewares" license = "MIT OR Apache-2.0 WITH LLVM-exception" @@ -11,12 +11,12 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer = { path = "../api", version = "=3.2.0-alpha.1", default-features = false, features = ["compiler"] } -wasmer-types = { path = "../types", version = "=3.2.0-alpha.1" } -wasmer-vm = { path = "../vm", version = "=3.2.0-alpha.1" } +wasmer = { path = "../api", version = "=3.2.0-beta.1", default-features = false, features = ["compiler"] } +wasmer-types = { path = "../types", version = "=3.2.0-beta.1" } +wasmer-vm = { path = "../vm", version = "=3.2.0-beta.1" } [dev-dependencies] -wasmer = { path = "../api", version = "=3.2.0-alpha.1", features = ["compiler"] } +wasmer = { path = "../api", version = "=3.2.0-beta.1", features = ["compiler"] } [badges] maintenance = { status = "actively-developed" } diff --git a/lib/object/Cargo.toml b/lib/object/Cargo.toml index f325ab9a85e..a34b0920f42 100644 --- a/lib/object/Cargo.toml +++ b/lib/object/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-object" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Wasmer Native Object generator" categories = ["wasm"] keywords = ["wasm", "webassembly"] @@ -11,6 +11,6 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=3.2.0-alpha.1" } +wasmer-types = { path = "../types", version = "=3.2.0-beta.1" } object = { version = "0.28.3", default-features = false, features = ["write"] } thiserror = "1.0" diff --git a/lib/sys-utils/Cargo.toml b/lib/sys-utils/Cargo.toml index edc0f4a7641..e2ad645cc41 100644 --- a/lib/sys-utils/Cargo.toml +++ b/lib/sys-utils/Cargo.toml @@ -10,9 +10,9 @@ license = "MIT OR Apache-2.0 WITH LLVM-exception" edition = "2018" [dependencies] -wasmer = { path = "../api", version = "=3.2.0-alpha.1", default-features = false, features = ["sys", "compiler"] } -wasmer-vm = { path = "../vm", version = "=3.2.0-alpha.1" } -wasmer-types = { path = "../types", version = "=3.2.0-alpha.1" } +wasmer = { path = "../api", version = "=3.2.0-beta.1", default-features = false, features = ["sys", "compiler"] } +wasmer-vm = { path = "../vm", version = "=3.2.0-beta.1" } +wasmer-types = { path = "../types", version = "=3.2.0-beta.1" } region = { version = "3.0" } [target.'cfg(unix)'.dependencies] @@ -20,6 +20,6 @@ libc = { version = "^0.2", default-features = false } [dev-dependencies] wasmer-wasix = { path = "../wasi", version = "0.1.0" } -wasmer = { path = "../api", version = "=3.2.0-alpha.1", default-features = false, features = ["sys", "compiler", "cranelift"] } +wasmer = { path = "../api", version = "=3.2.0-beta.1", default-features = false, features = ["sys", "compiler", "cranelift"] } tracing-subscriber = { version = "0.3.16", features = ["fmt"] } tracing = "0.1.37" diff --git a/lib/types/Cargo.toml b/lib/types/Cargo.toml index 50139a3caee..f7afbcf022d 100644 --- a/lib/types/Cargo.toml +++ b/lib/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-types" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Wasmer Common Types" categories = ["wasm", "no-std", "data-structures"] keywords = ["wasm", "webassembly", "types"] diff --git a/lib/vm/Cargo.toml b/lib/vm/Cargo.toml index eb2aaaab5e8..dec609c0d85 100644 --- a/lib/vm/Cargo.toml +++ b/lib/vm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-vm" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Runtime library support for Wasmer" categories = ["wasm"] keywords = ["wasm", "webassembly"] @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=3.2.0-alpha.1" } +wasmer-types = { path = "../types", version = "=3.2.0-beta.1" } libc = { version = "^0.2", default-features = false } memoffset = "0.6" indexmap = { version = "1.6" } diff --git a/lib/wai-bindgen-wasmer/Cargo.toml b/lib/wai-bindgen-wasmer/Cargo.toml index 0458538dc6f..4e103aa4bbe 100644 --- a/lib/wai-bindgen-wasmer/Cargo.toml +++ b/lib/wai-bindgen-wasmer/Cargo.toml @@ -18,7 +18,7 @@ once_cell = "1.13" thiserror = "1.0" tracing-lib = { version = "0.1.26", optional = true, package = "tracing" } wai-bindgen-wasmer-impl = { version = "0.2.2" } -wasmer = { version = "=3.2.0-alpha.1", path = "../api", default-features = false } +wasmer = { version = "=3.2.0-beta.1", path = "../api", default-features = false } [features] # Enables generated code to emit events via the `tracing` crate whenever wasm is diff --git a/lib/wasi-types/Cargo.toml b/lib/wasi-types/Cargo.toml index d6691fb1867..8b28a64350a 100644 --- a/lib/wasi-types/Cargo.toml +++ b/lib/wasi-types/Cargo.toml @@ -13,9 +13,9 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -wasmer = { default-features = false, path = "../api", version = "=3.2.0-alpha.1" } -wasmer-types = { path = "../types", version = "=3.2.0-alpha.1" } -wasmer-derive = { path = "../derive", version = "=3.2.0-alpha.1" } +wasmer = { default-features = false, path = "../api", version = "=3.2.0-beta.1" } +wasmer-types = { path = "../types", version = "=3.2.0-beta.1" } +wasmer-derive = { path = "../derive", version = "=3.2.0-beta.1" } wai-bindgen-gen-rust = "0.2.1" wai-bindgen-rust = { version = "0.2.1", default-features = false, features = ["macros"] } wai-bindgen-gen-rust-wasm = "0.2.1" diff --git a/lib/wasi/Cargo.toml b/lib/wasi/Cargo.toml index 6cd761de808..b3c5b20d1fc 100644 --- a/lib/wasi/Cargo.toml +++ b/lib/wasi/Cargo.toml @@ -16,12 +16,12 @@ thiserror = "1" tracing = { version = "0.1" } getrandom = "0.2" wasmer-wasix-types = { path = "../wasi-types", version = "0.1.0" } -wasmer-types = { path = "../types", version = "=3.2.0-alpha.1", default-features = false } -wasmer = { path = "../api", version = "=3.2.0-alpha.1", default-features = false, features = ["wat", "js-serializable-module"] } -wasmer-vm = { path = "../vm", version = "=3.2.0-alpha.1", optional = true } +wasmer-types = { path = "../types", version = "=3.2.0-beta.1", default-features = false } +wasmer = { path = "../api", version = "=3.2.0-beta.1", default-features = false, features = ["wat", "js-serializable-module"] } +wasmer-vm = { path = "../vm", version = "=3.2.0-beta.1", optional = true } virtual-fs = { path = "../vfs", version = "0.1.0", default-features = false, features = ["webc-fs"] } virtual-net = { path = "../vnet", version = "0.1.0", default-features = false } -wasmer-emscripten = { path = "../emscripten", version = "=3.2.0-alpha.1", optional = true } +wasmer-emscripten = { path = "../emscripten", version = "=3.2.0-beta.1", optional = true } typetag = { version = "0.1", optional = true } serde = { version = "1.0", default-features = false, features = ["derive"] } bincode = { version = "1.3" } @@ -50,7 +50,7 @@ hex = { version = "^0.4" } term_size = { version = "0.3" } linked_hash_set = { version = "0.1" } # the various compilers -wasmer-compiler = { version = "=3.2.0-alpha.1", path = "../compiler", features = [ "translator" ], optional = true } +wasmer-compiler = { version = "=3.2.0-beta.1", path = "../compiler", features = [ "translator" ], optional = true } http = "0.2.8" wai-bindgen-wasmer = { path = "../wai-bindgen-wasmer", version = "0.2.3", features = ["tracing"] } heapless = "0.7.16" @@ -86,7 +86,7 @@ winapi = "0.3" wasm-bindgen = "0.2.74" [dev-dependencies] -wasmer = { path = "../api", version = "=3.2.0-alpha.1", default-features = false, features = ["wat", "js-serializable-module"] } +wasmer = { path = "../api", version = "=3.2.0-beta.1", default-features = false, features = ["wat", "js-serializable-module"] } tokio = { version = "1", features = [ "sync", "macros", "rt" ], default_features = false } tempfile = "3.4.0" @@ -96,7 +96,7 @@ tracing-wasm = "0.2" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] tracing-subscriber = { version = "^0.2" } -wasmer = { path = "../api", version = "=3.2.0-alpha.1", default-features = false, features = ["wat", "js-serializable-module", "cranelift"] } +wasmer = { path = "../api", version = "=3.2.0-beta.1", default-features = false, features = ["wat", "js-serializable-module", "cranelift"] } [features] default = ["sys-default"] diff --git a/lib/wasm-interface/Cargo.toml b/lib/wasm-interface/Cargo.toml index d88956e2bd9..5244d38083e 100644 --- a/lib/wasm-interface/Cargo.toml +++ b/lib/wasm-interface/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wasm-interface" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" authors = ["The Wasmer Engineering Team "] edition = "2018" repository = "https://github.com/wasmerio/wapm-cli" diff --git a/scripts/update-version.py b/scripts/update-version.py index 691f94c303a..a5cfe38dfb3 100644 --- a/scripts/update-version.py +++ b/scripts/update-version.py @@ -1,7 +1,7 @@ #!/usr/bin/python -PREVIOUS_VERSION='3.1.0' -NEXT_VERSION='3.2.0-alpha.1' +PREVIOUS_VERSION='3.2.0-alpha.1' +NEXT_VERSION='3.2.0-beta.1' import os import re diff --git a/scripts/windows-installer/wasmer.iss b/scripts/windows-installer/wasmer.iss index c989dcd0afb..be6d0a2428c 100644 --- a/scripts/windows-installer/wasmer.iss +++ b/scripts/windows-installer/wasmer.iss @@ -1,6 +1,6 @@ [Setup] AppName=Wasmer -AppVersion=3.2.0-alpha.1 +AppVersion=3.2.0-beta.1 DefaultDirName={pf}\Wasmer DefaultGroupName=Wasmer Compression=lzma2 diff --git a/tests/integration/cli/Cargo.toml b/tests/integration/cli/Cargo.toml index 4c6cd6aecd0..f537627c97b 100644 --- a/tests/integration/cli/Cargo.toml +++ b/tests/integration/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-integration-tests-cli" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" authors = ["Wasmer Engineering Team "] description = "CLI integration tests" repository = "https://github.com/wasmerio/wasmer" diff --git a/tests/integration/ios/Cargo.toml b/tests/integration/ios/Cargo.toml index 8381ed24396..a62e52b5f90 100644 --- a/tests/integration/ios/Cargo.toml +++ b/tests/integration/ios/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-integration-tests-ios" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" authors = ["Wasmer Engineering Team "] description = "iOS integration tests" repository = "https://github.com/wasmerio/wasmer" diff --git a/tests/lib/wast/Cargo.toml b/tests/lib/wast/Cargo.toml index e10fb5e9b06..80a12570e5c 100644 --- a/tests/lib/wast/Cargo.toml +++ b/tests/lib/wast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wast" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" authors = ["Wasmer Engineering Team "] description = "wast testing support for wasmer" license = "MIT OR Apache-2.0 WITH LLVM-exception" @@ -12,7 +12,7 @@ edition = "2018" [dependencies] anyhow = "1.0" -wasmer = { path = "../../../lib/api", version = "=3.2.0-alpha.1", default-features = false } +wasmer = { path = "../../../lib/api", version = "=3.2.0-beta.1", default-features = false } wasmer-wasix = { path = "../../../lib/wasi", version = "0.1.0" } virtual-fs = { path = "../../../lib/vfs", version = "0.1.0" } wast = "38.0" diff --git a/tests/wasi-wast/Cargo.toml b/tests/wasi-wast/Cargo.toml index 68e655ff8d6..667ecce945f 100644 --- a/tests/wasi-wast/Cargo.toml +++ b/tests/wasi-wast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi-test-generator" -version = "3.2.0-alpha.1" +version = "3.2.0-beta.1" description = "Tests for our WASI implementation" license = "MIT" authors = ["Wasmer Engineering Team "] From 3632f79b9239526ae86f0800f76e6172f7fbde4f Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 23 Mar 2023 11:21:13 +0100 Subject: [PATCH 3/3] Added a manual entry to the CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ed71a8eeb..38b38d0b578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C ## 3.2.0-beta.1 - 22/03/2023 +Lots of new things in the release! + + - WASIX, the new WASI eXtended library, that alows WASM to use Threads, Network, and more in both Runtime and inside a Browser. + - RISC-V support, on both LLVM and Cranelift compiler. + - Improved CLI, with more commands and more WAPM integration. + - Lots of behind the scene refactoring, with sys/js convergence on the API side, and a lot of crate changes. + ## Added - [#3700](https://github.com/wasmerio/wasmer/pull/3700) Added back all removed function for Engine to avoid API breaking changes