Skip to content

Commit 3edd7bb

Browse files
author
Zachary Whitley
committed
build: upgrade wasmtime to 45.0.1
1 parent 9460756 commit 3edd7bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wasmtime4j-native/scripts/build-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SCRIPT_DIR="$PROJECT_ROOT/scripts"
1111
CONFIG_DIR="$PROJECT_ROOT/.cross-compilation"
1212

1313
# Configuration constants
14-
WASMTIME_VERSION="36.0.2"
14+
WASMTIME_VERSION="45.0.1"
1515
REQUIRED_RUST_VERSION="1.75.0"
1616
BUILD_CONFIG_VERSION="1.0.0"
1717

wasmtime4j-native/scripts/setup-cross-compilation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
1010
SCRIPT_DIR="$PROJECT_ROOT/scripts"
1111

1212
# Configuration
13-
WASMTIME_VERSION="36.0.2"
13+
WASMTIME_VERSION="45.0.1"
1414
REQUIRED_RUST_VERSION="1.75.0"
1515

1616
# Cross-compilation targets and platform mappings

0 commit comments

Comments
 (0)