Skip to content

Commit

Permalink
Merge pull request #58 from vmware-labs/gzurl/wasmtime-10.0.1
Browse files Browse the repository at this point in the history
feat: Bumps Wasmtime to 10.0.1
  • Loading branch information
gzurl committed Jul 3, 2023
2 parents 9c26009 + efbba1f commit 4c0ba94
Show file tree
Hide file tree
Showing 6 changed files with 477 additions and 350 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,12 +2,23 @@

## Unreleased

## 0.12.0 (2023/06/30)
## 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).

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

## 0.12.0 (2023/05/30)

This version introduces a new Apache directive: `WasmMapCGIFileNames`.
It enables/disables the mapping of `SCRIPT_FILENAME` based on the different `WasmMapDir` instances when `WasmEnableCGI` is enabled.

In addition, it normalizes filename paths for both Windows and Linux styes.
In addition, it normalizes filename paths for both Windows and Linux styles.

```apache
WasmEnableCGI On
Expand Down
2 changes: 1 addition & 1 deletion mod_wasm/modules/wasm/mod_wasm.h
Expand Up @@ -15,4 +15,4 @@
*/
#define MOD_WASM_VERSION_MAJOR 0
#define MOD_WASM_VERSION_MINOR 12
#define MOD_WASM_VERSION_PATCH 0
#define MOD_WASM_VERSION_PATCH 1

0 comments on commit 4c0ba94

Please sign in to comment.