From 1c87b2da93206d9d3e6b566ed67ef32b8ab0e517 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Mon, 2 Mar 2026 09:18:42 -0800 Subject: [PATCH] Release 0.4.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- npm/weval/index.js | 2 +- npm/weval/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 860552c..f167e07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2821,7 +2821,7 @@ dependencies = [ [[package]] name = "weval" -version = "0.3.4" +version = "0.4.0" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 7f268c0..33542a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "weval" description = "The WebAssembly partial evaluator" repository = "https://github.com/bytecodealliance/weval" -version = "0.3.4" +version = "0.4.0" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception" edition = "2021" diff --git a/npm/weval/index.js b/npm/weval/index.js index 5fdc892..d3272e5 100644 --- a/npm/weval/index.js +++ b/npm/weval/index.js @@ -12,7 +12,7 @@ import xz from "@napi-rs/lzma/xz"; const __dirname = dirname(fileURLToPath(import.meta.url)); -const TAG = "v0.3.4"; +const TAG = "v0.4.0"; async function getWeval() { const knownPlatforms = { diff --git a/npm/weval/package.json b/npm/weval/package.json index 0a2b70e..1e2039a 100644 --- a/npm/weval/package.json +++ b/npm/weval/package.json @@ -1,6 +1,6 @@ { "name": "@bytecodealliance/weval", - "version": "0.3.4", + "version": "0.4.0", "description": "The WebAssembly partial evaluator", "type": "module", "scripts": {