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.