From d358d869e58e6c2168362382c5785f4565fd2822 Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Fri, 26 May 2023 11:58:22 +0100 Subject: [PATCH 1/4] Bump version to 2.0.1 The changes included in 2.0.1 are: - Update wasmtime/wasm-tools dependencies ([#86](https://github.com/bytecodealliance/wizer/pull/86)) - Add prebuilt packages for aarch64-unknown-linux-gnu and s390x-unknown-linux-gnu ([#87 ](https://github.com/bytecodealliance/wizer/pull/87)) --- Cargo.lock | 2 +- Cargo.toml | 2 +- npm/wizer/package-lock.json | 12 ++++++------ npm/wizer/package.json | 10 +++++----- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a65694..b1297f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2437,7 +2437,7 @@ dependencies = [ [[package]] name = "wizer" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anyhow", "cap-std 0.24.4", diff --git a/Cargo.toml b/Cargo.toml index 6471602..f4b6394 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0 WITH LLVM-exception" name = "wizer" readme = "./README.md" repository = "https://github.com/bytecodealliance/wizer" -version = "2.0.0" +version = "2.0.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/npm/wizer/package-lock.json b/npm/wizer/package-lock.json index 43ae84b..09bea84 100644 --- a/npm/wizer/package-lock.json +++ b/npm/wizer/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bytecodealliance/wizer", - "version": "1.6.1-beta.4", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bytecodealliance/wizer", - "version": "1.6.1-beta.4", + "version": "2.0.1", "license": "Apache-2.0", "bin": { "wizer": "wizer.js" @@ -21,10 +21,10 @@ "node": ">=16" }, "optionalDependencies": { - "@bytecodealliance/wizer-darwin-arm64": "1.6.1-beta.4", - "@bytecodealliance/wizer-darwin-x64": "1.6.1-beta.4", - "@bytecodealliance/wizer-linux-x64": "1.6.1-beta.4", - "@bytecodealliance/wizer-win32-x64": "1.6.1-beta.4" + "@bytecodealliance/wizer-darwin-arm64": "2.0.1", + "@bytecodealliance/wizer-darwin-x64": "2.0.1", + "@bytecodealliance/wizer-linux-x64": "2.0.1", + "@bytecodealliance/wizer-win32-x64": "2.0.1" } }, "node_modules/base64-js": { diff --git a/npm/wizer/package.json b/npm/wizer/package.json index 0180b79..cc80063 100644 --- a/npm/wizer/package.json +++ b/npm/wizer/package.json @@ -1,6 +1,6 @@ { "name": "@bytecodealliance/wizer", - "version": "1.6.1-beta.4", + "version": "2.0.1", "description": "The WebAssembly Pre-Initializer", "type": "module", "scripts": { @@ -20,10 +20,10 @@ "wizer": "./wizer.js" }, "optionalDependencies": { - "@bytecodealliance/wizer-darwin-arm64": "1.6.1-beta.4", - "@bytecodealliance/wizer-darwin-x64": "1.6.1-beta.4", - "@bytecodealliance/wizer-linux-x64": "1.6.1-beta.4", - "@bytecodealliance/wizer-win32-x64": "1.6.1-beta.4" + "@bytecodealliance/wizer-darwin-arm64": "2.0.1", + "@bytecodealliance/wizer-darwin-x64": "2.0.1", + "@bytecodealliance/wizer-linux-x64": "2.0.1", + "@bytecodealliance/wizer-win32-x64": "2.0.1" }, "license": "Apache-2.0", "repository": { From e9d16dd867e1b18e69e00e0b2e8509aa79144e1c Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Fri, 26 May 2023 20:52:24 +0100 Subject: [PATCH 2/4] Apply suggestions from code review --- Cargo.lock | 2 +- Cargo.toml | 2 +- npm/wizer/package-lock.json | 12 ++++++------ npm/wizer/package.json | 10 +++++----- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1297f9..5d0bee6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2437,7 +2437,7 @@ dependencies = [ [[package]] name = "wizer" -version = "2.0.1" +version = "3.0.0" dependencies = [ "anyhow", "cap-std 0.24.4", diff --git a/Cargo.toml b/Cargo.toml index f4b6394..efe0a18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0 WITH LLVM-exception" name = "wizer" readme = "./README.md" repository = "https://github.com/bytecodealliance/wizer" -version = "2.0.1" +version = "3.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/npm/wizer/package-lock.json b/npm/wizer/package-lock.json index 09bea84..b150a09 100644 --- a/npm/wizer/package-lock.json +++ b/npm/wizer/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bytecodealliance/wizer", - "version": "2.0.1", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bytecodealliance/wizer", - "version": "2.0.1", + "version": "3.0.0", "license": "Apache-2.0", "bin": { "wizer": "wizer.js" @@ -21,10 +21,10 @@ "node": ">=16" }, "optionalDependencies": { - "@bytecodealliance/wizer-darwin-arm64": "2.0.1", - "@bytecodealliance/wizer-darwin-x64": "2.0.1", - "@bytecodealliance/wizer-linux-x64": "2.0.1", - "@bytecodealliance/wizer-win32-x64": "2.0.1" + "@bytecodealliance/wizer-darwin-arm64": "3.0.0", + "@bytecodealliance/wizer-darwin-x64": "3.0.0", + "@bytecodealliance/wizer-linux-x64": "3.0.0", + "@bytecodealliance/wizer-win32-x64": "3.0.0" } }, "node_modules/base64-js": { diff --git a/npm/wizer/package.json b/npm/wizer/package.json index cc80063..0c71078 100644 --- a/npm/wizer/package.json +++ b/npm/wizer/package.json @@ -1,6 +1,6 @@ { "name": "@bytecodealliance/wizer", - "version": "2.0.1", + "version": "3.0.0", "description": "The WebAssembly Pre-Initializer", "type": "module", "scripts": { @@ -20,10 +20,10 @@ "wizer": "./wizer.js" }, "optionalDependencies": { - "@bytecodealliance/wizer-darwin-arm64": "2.0.1", - "@bytecodealliance/wizer-darwin-x64": "2.0.1", - "@bytecodealliance/wizer-linux-x64": "2.0.1", - "@bytecodealliance/wizer-win32-x64": "2.0.1" + "@bytecodealliance/wizer-darwin-arm64": "3.0.0", + "@bytecodealliance/wizer-darwin-x64": "3.0.0", + "@bytecodealliance/wizer-linux-x64": "3.0.0", + "@bytecodealliance/wizer-win32-x64": "3.0.0" }, "license": "Apache-2.0", "repository": { From 7c73645c9342a2025948605b3ce1410ddb8dbcd2 Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Fri, 26 May 2023 20:53:44 +0100 Subject: [PATCH 3/4] Apply suggestions from code review --- npm/wizer/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npm/wizer/package.json b/npm/wizer/package.json index 0c71078..d125c28 100644 --- a/npm/wizer/package.json +++ b/npm/wizer/package.json @@ -23,6 +23,8 @@ "@bytecodealliance/wizer-darwin-arm64": "3.0.0", "@bytecodealliance/wizer-darwin-x64": "3.0.0", "@bytecodealliance/wizer-linux-x64": "3.0.0", + "@bytecodealliance/wizer-linux-arm64": "3.0.0", + "@bytecodealliance/wizer-linux-s390x": "3.0.0", "@bytecodealliance/wizer-win32-x64": "3.0.0" }, "license": "Apache-2.0", From 90d458e58fc09982f803ee3d3c10bb1696279775 Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Fri, 26 May 2023 21:09:19 +0100 Subject: [PATCH 4/4] Update update.js --- npm/wizer/update.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/npm/wizer/update.js b/npm/wizer/update.js index 2ea3193..451b039 100644 --- a/npm/wizer/update.js +++ b/npm/wizer/update.js @@ -33,6 +33,20 @@ let packages = { os: 'linux', cpu: 'x64', }, + 'wizer-linux-arm64': { + releaseAsset: `wizer-${tag}-arm64-linux.tar.xz`, + binaryAsset: 'wizer', + description : 'The Linux 64-bit binary for Wizer, the WebAssembly Pre-Initializer', + os: 'linux', + cpu: 'arm64', + }, + 'wizer-linux-s390x': { + releaseAsset: `wizer-${tag}-s390x-linux.tar.xz`, + binaryAsset: 'wizer', + description: 'The Linux S390X binary for Wizer, the WebAssembly Pre-Initializer', + os: 'linux', + cpu: 's390x', + }, 'wizer-win32-x64': { releaseAsset: `wizer-${tag}-x86_64-windows.zip`, binaryAsset: 'wizer.exe',