From 93ac0adeaaba3c9357fecfaff1a9759eb18869b8 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Wed, 4 Mar 2026 11:04:48 -0800 Subject: [PATCH] Release 0.4.1. Includes #26: improved memory-segment packing. --- 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 f167e07..7d0347c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2821,7 +2821,7 @@ dependencies = [ [[package]] name = "weval" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 09d33eb..c9b23ed 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.4.0" +version = "0.4.1" 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 d3272e5..d003888 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.4.0"; +const TAG = "v0.4.1"; async function getWeval() { const knownPlatforms = { diff --git a/npm/weval/package.json b/npm/weval/package.json index 1e2039a..33c90ea 100644 --- a/npm/weval/package.json +++ b/npm/weval/package.json @@ -1,6 +1,6 @@ { "name": "@bytecodealliance/weval", - "version": "0.4.0", + "version": "0.4.1", "description": "The WebAssembly partial evaluator", "type": "module", "scripts": {