Wasmtime 0.18.0 and Cranelift 0.65.0.

This commit is contained in:
Dan Gohman
2020-06-09 10:11:49 -07:00
parent 4d5fdfcbba
commit caa87048ab
58 changed files with 280 additions and 253 deletions

View File

@@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
## 0.18.0
## 0.19.0
Unreleased.
@@ -14,6 +14,18 @@ Unreleased.
--------------------------------------------------------------------------------
## 0.18.0
Release 2020-06-09.
### Added
The `WasmTy` trait is now implemented for `u32` and `u64`.
[#1808](https://github.com/bytecodealliance/wasmtime/pull/1808)
--------------------------------------------------------------------------------
## 0.17.0
Released 2020-06-01.