Skip to content

Commit 996c479

Browse files
author
Jesús González
committed
fix: Updated to use Wasmtime v4.0.0
1 parent f8ef58f commit 996c479

File tree

6 files changed

+264
-282
lines changed

6 files changed

+264
-282
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
-
66

7+
## 0.10.2 (2023/01/09)
8+
9+
### `libwasm_runtime.so`
10+
- Dependencies:
11+
- Bump version dependencies:
12+
- `wasmtime` to `4.0.0`.
13+
- As a consequence, update code to invoke `get_typed_func<Params, Results>()` with only two arguments.
14+
- `anyhow` to `1.0.66`.
15+
- `once_cell` to `1.17.0`.
16+
- Updated `cargo.lock` dependencies via `cargo update`.
17+
18+
719
## 0.10.1 (2022/12/12)
820

921
### `mod_wasm.so`

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 10
18-
#define MOD_WASM_VERSION_PATCH 1
18+
#define MOD_WASM_VERSION_PATCH 2

0 commit comments

Comments
 (0)