This release ships with a number of bug fixes across the Wasmer crates and a handful of improvements to Wasmer's implementation of the Wasm C API. As always, check out the changelog for detailed information about our releases.
You can update wasmer with wasmer self-update
to get the latest release.
To pin to a specific Wasmer pre-release version from Rust, use =
before the exact version, for example wasmer = "=1.0.0-alpha5"
.
We appreciate all the feedback on the new Wasmer APIs and will continue to iterate to make them as good possible!