This beta release fixes a bug in virtual-fs together with other fixes to WASIX, adds various functions to check the features of a WebAssembly module given its bytes, adds a mechanism to the CLI to automatically switch to a suitable engine when needed, such as running a module with exception handling without specifying --llvm
and, finally, also adds QoL improvements to the package unpack command in the CLI.
Install this version of wasmer:
curl https://get.wasmer.io -sSfL | sh -s "v6.0.0-beta.1"
See full list of changes in the CHANGELOG