You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the ZelliJ use case, they wanted to upgrade to latest Wasmer, but they want to be able to do so without having to use the new WASIX features in their plugins.
We can simply update the crate, adding a new feature flag wasix, that can be turned in or off directly using the cargo features.
The text was updated successfully, but these errors were encountered:
For the ZelliJ use case, they wanted to upgrade to latest Wasmer, but they want to be able to do so without having to use the new WASIX features in their plugins.
We can simply update the crate, adding a new feature flag
wasix
, that can be turned in or off directly using the cargo features.The text was updated successfully, but these errors were encountered: