Skip to content

Commit

Permalink
fix: Updated to use Wasmtime v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurl committed Jan 9, 2023
1 parent f8ef58f commit 996c479
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 282 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

-

## 0.10.2 (2023/01/09)

### `libwasm_runtime.so`
- Dependencies:
- Bump version dependencies:
- `wasmtime` to `4.0.0`.
- As a consequence, update code to invoke `get_typed_func<Params, Results>()` with only two arguments.
- `anyhow` to `1.0.66`.
- `once_cell` to `1.17.0`.
- Updated `cargo.lock` dependencies via `cargo update`.


## 0.10.1 (2022/12/12)

### `mod_wasm.so`
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 10
#define MOD_WASM_VERSION_PATCH 1
#define MOD_WASM_VERSION_PATCH 2
Loading

0 comments on commit 996c479

Please sign in to comment.