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
+21
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## Table of Contents
6
6
7
+
*[1.0.4](#104---2021-08-12)
7
8
*[1.0.3](#103---2021-02-26)
8
9
*[1.0.2](#102---2021-02-08)
9
10
*[1.0.1](#101---2021-02-06)
@@ -15,6 +16,25 @@ All notable changes to this project will be documented in this file.
15
16
*[0.2.0](#020---2019-07-16)
16
17
*[0.1.0](#010---2019-05-29)
17
18
19
+
## [1.0.4] - 2021-08-12
20
+
21
+
### Added
22
+
23
+
*[#230](https://github.com/wasmerio/wasmer-go/pull/230) Test against the nightly version of Wasmer everyday at 2am.
24
+
*[#229](https://github.com/wasmerio/wasmer-go/pull/229) Showcase how to get `Instance` inside a host function.
25
+
26
+
### Changed
27
+
28
+
*[#276](https://github.com/wasmerio/wasmer-go/pull/276) Update the underlying runtime to Wasmer 2.0, which provides improved performances, and better stability.
29
+
*[#268](https://github.com/wasmerio/wasmer-go/pull/268) and [#247](https://github.com/wasmerio/wasmer-go/pull/247) Update all Rust dependencies.
30
+
31
+
### Fixed
32
+
33
+
*[#277](https://github.com/wasmerio/wasmer-go/pull/277) Force finalizers to explore the graph of objects.
34
+
*[#264](https://github.com/wasmerio/wasmer-go/pull/264) Update the `store` field when deserializing a `Module`.
35
+
*[#244](https://github.com/wasmerio/wasmer-go/pull/244) Place `imports` in `Instance` to prevent them being freed during function execution.
36
+
*[#242](https://github.com/wasmerio/wasmer-go/pull/242) Correctly handle `I64` (and other) values returned from imported functions.
37
+
18
38
## [1.0.3] - 2021-02-26
19
39
20
40
### Added
@@ -414,6 +434,7 @@ All notable changes to this project will be documented in this file.
0 commit comments