Wasmer 2.0.0 releases with a great number of improvements with very few breaking changes in the public APIs since 1.0.0. The most notable changes since 1.0.0 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
For more information check out our release blog post.
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.