Skip to content

Commit

Permalink
Merge pull request #65 from vmware-labs/dependabot/cargo/wasm_runtime…
Browse files Browse the repository at this point in the history
…/wasmtime-10.0.2

fix: Update to Wasmtime 10.0.2
  • Loading branch information
gzurl committed Sep 19, 2023
2 parents 64a42be + 12a3a59 commit 20188f0
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 184 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@

## Unreleased

## 0.12.2 (2023/09/19)

This version bumps Wasmtime to 10.0.2 to include [PR #6372](https://github.com/bytecodealliance/wasmtime/pull/6372).

### `libwasm_runtime.so`
- Dependencies:
- Upgrading Wasmtime dependency:
- `wasmtime` from `10.0.1` to `10.0.2`.
- Updated `cargo.lock` dependencies via `cargo update`.


## 0.12.1 (2023/07/03)

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).
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).

### `libwasm_runtime.so`
- Dependencies:
Expand Down
2 changes: 1 addition & 1 deletion mod_wasm/modules/wasm/mod_wasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
*/
#define MOD_WASM_VERSION_MAJOR 0
#define MOD_WASM_VERSION_MINOR 12
#define MOD_WASM_VERSION_PATCH 1
#define MOD_WASM_VERSION_PATCH 2
Loading

0 comments on commit 20188f0

Please sign in to comment.