1 comment

[ 2.7 ms ] story [ 16.0 ms ] thread
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](https://wasmer.io/posts/wasmer-2.0). > Check out the [changelog](https://github.com/wasmerio/wasmer/blob/master/CHANGELOG.md) for details on all the changes and fixes. You can update wasmer with `wasmer self-update` to get the latest release.