We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1c0b2 commit 07229ceCopy full SHA for 07229ce
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ewasm_api"
3
-version = "0.8.0"
+version = "0.9.0"
4
authors = ["Alex Beregszaszi <alex@rtfs.hu>", "Jake Lang <jak3lang@gmail.com>"]
5
license = "Apache-2.0"
6
repository = "https://github.com/ewasm/ewasm-rust-api"
README.md
@@ -10,7 +10,7 @@ This project aims to give a low-level and a high-level binding to ewasm from Rus
10
Add the dependency, as usual:
11
```toml
12
[dependencies]
13
-ewasm-api = "0.8"
+ewasm-api = "0.9"
14
```
15
16
In your project, include the prelude:
0 commit comments