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
The plugin does not build out of the box without prior WebAssembly (Wasm) setup.
It will fail due to the missing std/core crate for the Wasm target. Running rustup target add wasm32-wasi will resolve this issue.