0.7.0
This version of Wasmer ships with various improvements to the C-API and to our WASI implementation. It also improves the compilation speed of our Cranelift backend by 40% and includes multiple improvements to the LLVM backend.
🏆 Contributors
We'd like to thank everyone that contributed into Wasmer, with special thanks to:
- 🏅 @penberg for improving the compilation speed by 40%
- 🏅 @YaronWittenstein for improving the C-API
- 🏅 @pventuzelo for adding Fuzzing into Wasmer
Changelog
For a complete list of notable changes, check out the CHANGELOG.
- #589 #590 #602 #616 #708 #756 Improvements to the C API
- #608 #643 #650 #671 #726 #731 #732 #774 #776 Improvements to our WASI implementation and API when using WASI in embedded contexts
- Our WASI implementation now implements all system calls
- #618 #620 #674 #675 #677 #702 LLVM backend improvements
- The
wasmer-middleware-common
crate on crates.io - Many bug fixes, optimizations, and stability improvements to our runtime, compilers, and emscripten implementation
To update run wasmer self-update
. For installation instructions, wasmer.io