File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,29 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## Table of Contents
6
6
7
+ * [ 1.0.0] ( #100---2021-02-05 )
7
8
* [ 1.0.0-beta2] ( #100-beta2---2021-01-05 )
8
9
* [ 1.0.0-beta1] ( #100-beta1---2020-12-03 )
9
10
* [ 0.3.1] ( #031---2020-02-03 )
10
11
* [ 0.3.0] ( #030---2020-02-02 )
11
12
* [ 0.2.0] ( #020---2019-07-16 )
12
13
* [ 0.1.0] ( #010---2019-05-29 )
13
14
15
+ ## [ 1.0.0] - 2021-02-05
16
+
17
+ ### Added
18
+
19
+ * Implement traps
20
+ * Allow choosing an engine and a compiler through the configuration
21
+ * Added support for ` aarch64 `
22
+ * Implement WASI
23
+ * Implement corss-compilation
24
+ * Add support for host function environment
25
+
26
+ ### Changed
27
+
28
+ * Update to Wasmer 1.0.2
29
+
14
30
## [ 1.0.0-beta2] - 2021-01-05
15
31
16
32
### Changed
@@ -358,6 +374,8 @@ All notable changes to this project will be documented in this file.
358
374
First release.
359
375
360
376
377
+ [ 1.0.0 ] : https://github.com/wasmerio/wasmer-go/compare/v1.0.0-beta2...v1.0.0
378
+ [ 1.0.0-beta2 ] : https://github.com/wasmerio/wasmer-go/compare/v1.0.0-beta1...v1.0.0-beta2
361
379
[ 1.0.0-beta1 ] : https://github.com/wasmerio/wasmer-go/compare/v0.3.1...v1.0.0-beta1
362
380
[ 0.3.1 ] : https://github.com/wasmerio/wasmer-go/compare/0.3.0...v0.3.1
363
381
[ 0.3.0 ] : https://github.com/wasmerio/wasmer-go/compare/0.2.0...0.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
publish = false
3
3
name = " wasmer-go"
4
- version = " 1.0.0-beta2 "
4
+ version = " 1.0.0"
5
5
authors = [
" Wasmer Engineering Team <[email protected] >" ]
6
6
edition = " 2018"
7
7
description = " Go library to run WebAssembly binaries"
You can’t perform that action at this time.
0 commit comments