You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C
8
8
9
9
## **[Unreleased]**
10
10
11
-
## 2.0.0-rc2 - 2020/06/03
12
-
13
11
### Added
14
12
-[#2411](https://github.com/wasmerio/wasmer/pull/2411) Extract types from `wasi` to a new `wasi-types` crate.
15
13
-[#2390](https://github.com/wasmerio/wasmer/pull/2390) Make `wasmer-vm` to compile on Windows 32bits.
@@ -20,6 +18,10 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C
20
18
21
19
### Fixed
22
20
-[#2386](https://github.com/wasmerio/wasmer/pull/2386) Handle properly when a module has no exported functions in the CLI.
21
+
22
+
## 2.0.0-rc2 - 2020/06/03
23
+
24
+
### Fixed
23
25
-[#2383](https://github.com/wasmerio/wasmer/pull/2383) Fix bugs in the Wasmer CLI tool with the way `--version` and the name of the CLI tool itself were printed.
0 commit comments