Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 21:46
· 92 commits to main since this release

Added

  • Added support for precompiled binaries. This should reduce compilation time of wasmex significantly. At the same time it frees most of our users from needing to install Rust. Thanks @fahchen for implementing this feature

Changed

  • Wasmex now aims to support the last three elixir and OTP releases. The oldest supported versions for this release are elixir 1.11.4 and OTP 22.3 - Thanks to @fahchen for contributing the CI workflow to test older elixir/OTP versions
  • Moved CI systems from CircleCI to GitHub Actions. Let me thank CircleCI for the years of free of charge CI runs, thanks! Let me also thank @fahchen for contributing this change
  • Thanks to @phaleth for fixing page sizes in our Memory documentation
  • Updated several project dependencies, most notably wasmer to 2.1.1