Skip to content

2.0.0-rc1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 21:10
a101ec3

Wasmer 2.0.0-rc1 releases with a great number of improvements. All public APIs remain the same, with a few exceptions on internal APIs that will not affect 99% of current users. The most notable changes are:

  • More optimal float handling with the LLVM compiler (up to +50% faster runtime speeds!)
  • Usage of the new Cranelift backend architecture (+40% faster runtime speed)
  • 70% faster deserialization speeds
  • Improvements on stability and resiliency of the runtime

Check out the changelog for details on all the changes and fixes.

You can update wasmer with wasmer self-update to get the latest release.