Skip to content

Commit 20188f0

Browse files
authored
Merge pull request #65 from vmware-labs/dependabot/cargo/wasm_runtime/wasmtime-10.0.2
fix: Update to Wasmtime 10.0.2
2 parents 64a42be + 12a3a59 commit 20188f0

File tree

5 files changed

+249
-184
lines changed

5 files changed

+249
-184
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22

33
## Unreleased
44

5+
## 0.12.2 (2023/09/19)
6+
7+
This version bumps Wasmtime to 10.0.2 to include [PR #6372](https://github.com/bytecodealliance/wasmtime/pull/6372).
8+
9+
### `libwasm_runtime.so`
10+
- Dependencies:
11+
- Upgrading Wasmtime dependency:
12+
- `wasmtime` from `10.0.1` to `10.0.2`.
13+
- Updated `cargo.lock` dependencies via `cargo update`.
14+
15+
516
## 0.12.1 (2023/07/03)
617

7-
This versions bumps Wasmtime to 10.0.1 to include [PR #6348](https://github.com/bytecodealliance/wasmtime/pull/6348) and other improvements such as preliminary support for [WASI preview 2](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md#1000).
18+
This version bumps Wasmtime to 10.0.1 to include [PR #6348](https://github.com/bytecodealliance/wasmtime/pull/6348) and other improvements such as preliminary support for [WASI preview 2](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md#1000).
819

920
### `libwasm_runtime.so`
1021
- Dependencies:

mod_wasm/modules/wasm/mod_wasm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
*/
1616
#define MOD_WASM_VERSION_MAJOR 0
1717
#define MOD_WASM_VERSION_MINOR 12
18-
#define MOD_WASM_VERSION_PATCH 1
18+
#define MOD_WASM_VERSION_PATCH 2

0 commit comments

Comments
 (0)