mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-04 18:10:18 +00:00
Add changelog entry for #783.
This commit is contained in:
parent
c1f91c6572
commit
c47f4bcf6d
@ -6,6 +6,7 @@ Blocks of changes will separated by version increments.
|
||||
|
||||
## **[Unreleased]**
|
||||
|
||||
- [#783](https://github.com/wasmerio/wasmer/pull/783) Remove memory_base and memory_bound from InternalCtx.
|
||||
- [#809](https://github.com/wasmerio/wasmer/pull/809) Fix bugs leading to panics in `LocalBacking`.
|
||||
- [#822](https://github.com/wasmerio/wasmer/pull/822) Update Cranelift fork version to `0.43.1`
|
||||
- [#829](https://github.com/wasmerio/wasmer/pull/829) Fix deps on `make bench-*` commands; benchmarks don't compile other backends now
|
||||
@ -20,6 +21,12 @@ Blocks of changes will separated by version increments.
|
||||
- [#785](https://github.com/wasmerio/wasmer/pull/785) Include Apache license file for spectests.
|
||||
- [#786](https://github.com/wasmerio/wasmer/pull/786) In the LLVM backend, lower atomic wasm operations to atomic machine instructions.
|
||||
- [#784](https://github.com/wasmerio/wasmer/pull/784) Fix help string for wasmer run.
|
||||
- [#783](https://github.com/wasmerio/wasmer/pull/783) Remove memory_base and memory_bound from InternalCtx.
|
||||
- [#790](https://github.com/wasmerio/wasmer/pull/790) Fix flaky test failure with LLVM, switch to large code model.
|
||||
- [#788](https://github.com/wasmerio/wasmer/pull/788) Use union merge on the changelog file.
|
||||
- [#785](https://github.com/wasmerio/wasmer/pull/785) Include Apache license file for spectests.
|
||||
- [#786](https://github.com/wasmerio/wasmer/pull/786) In the LLVM backend, lower atomic wasm operations to atomic machine instructions.
|
||||
- [#784](https://github.com/wasmerio/wasmer/pull/784) Fix help string for wasmer run.
|
||||
|
||||
## 0.7.0 - 2019-09-12
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user