wasmer/CHANGELOG.md

18 lines
1.2 KiB
Markdown
Raw Normal View History

2019-04-12 17:46:29 +00:00
# Changelog
All PRs to the Wasmer repository must add to this file.
Blocks of changes will separated by version increments.
## **[Unreleased]**
2019-04-19 23:48:30 +00:00
- [#368](https://github.com/wasmerio/wasmer/pull/368) Fix issue with write buffering
2019-04-19 21:07:41 +00:00
- [#343](https://github.com/wasmerio/wasmer/pull/343) Implement preopened files for WASI and fix aligment issue when accessing WASI memory
2019-04-19 20:57:05 +00:00
- [#367](https://github.com/wasmerio/wasmer/pull/367) Add caching support to the LLVM backend.
2019-04-18 17:18:36 +00:00
- [#366](https://github.com/wasmerio/wasmer/pull/366) Remove `UserTrapper` trait to fix [#365](https://github.com/wasmerio/wasmer/issues/365).
2019-04-12 18:31:48 +00:00
- [#348](https://github.com/wasmerio/wasmer/pull/348) Refactor internal runtime ↔️ backend abstraction.
2019-04-12 21:16:42 +00:00
- [#355](https://github.com/wasmerio/wasmer/pull/355) Misc changes to `Cargo.toml`s for publishing
2019-04-12 19:27:51 +00:00
- [#352](https://github.com/wasmerio/wasmer/pull/352) Bump version numbers to 0.3.0
2019-04-12 18:22:01 +00:00
- [#351](https://github.com/wasmerio/wasmer/pull/351) Add hidden option to specify wasm program name (can be used to improve error messages)
2019-04-12 18:12:46 +00:00
- [#350](https://github.com/wasmerio/wasmer/pull/350) Enforce that CHANGELOG.md is updated through CI.
2019-04-12 17:48:34 +00:00
- [#349](https://github.com/wasmerio/wasmer/pull/349) Add [CHANGELOG.md](https://github.com/wasmerio/wasmer/blob/master/CHANGELOG.md).