Skip to content

Commit

Permalink
Merge branch 'master' into feature/runtime-error-send
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary authored Dec 10, 2019
2 parents 5198c7e + 7da70a3 commit 298adfd
Show file tree
Hide file tree
Showing 2 changed files with 615 additions and 279 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## **[Unreleased]**

- [#1053](https://github.com/wasmerio/wasmer/pull/1053) For RuntimeError and breakpoints, use Box<Any + Send> instead of Box<Any>.
- [#1052](https://github.com/wasmerio/wasmer/pull/1052) Fix minor panic and improve Error handling in singlepass backend.
- [#1050](https://github.com/wasmerio/wasmer/pull/1050) Attach C & C++ headers to releases.
- [#1033](https://github.com/wasmerio/wasmer/pull/1033) Set cranelift backend as default compiler backend again, require at least one backend to be enabled for Wasmer CLI
- [#1030](https://github.com/wasmerio/wasmer/pull/1030) Ability to generate `ImportObject` for a specific version WASI version with the C API.
Expand Down
Loading

0 comments on commit 298adfd

Please sign in to comment.