Skip to content

Commit

Permalink
wasmi: bump version to 0.14 (#399)
Browse files Browse the repository at this point in the history
* wasmi: bump version to 0.14

Wasmi version was 0.11 before because the latest release was with the legacy wasmi engine and we forgot to synchronize versions until then.

* fix typo in CHANGELOG.md

* improve README slightly
  • Loading branch information
Robbepop authored Jul 26, 2022
1 parent 658d9b1 commit f042ff7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Additionally we have an `Internal` section for changes that are of interest to d
resources instead of spinning up a new Wasm execution engine for every
function call.

**Note:** If you plan to use `wasmi` it is of critically importance
**Note:** If you plan to use `wasmi` it is of critical importance
to compile `wasmi` using the following Cargo `profile` settings:

```toml
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ The following list states some of the distinct features of `wasmi`.
- WebAssembly specification compliance.
- Can itself be compiled to WebAssembly.
- Low-overhead and cross-platform WebAssembly runtime.
- New experimental `v1` engine allows to be used as a drop-in solution for Wasmtime.
- Loosely mirrors the [Wasmtime API](https://docs.rs/wasmtime/0.39.1/wasmtime/)
to act as a drop-in solution.

# Wasm Proposals

Expand Down
2 changes: 1 addition & 1 deletion wasmi_v1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmi"
version = "0.11.0"
version = "0.14.0"
edition = "2021"
authors = ["Parity Technologies <[email protected]>", "Robin Freyler <[email protected]>"]
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit f042ff7

Please sign in to comment.