pub fn build_and_install_plugin(
spec: &PluginInstallSpec,
is_debug: bool,
) -> Result<()>Expand description
Build a Zellij WASM plugin and copy it into the local Zellij plugins directory.
ยงErrors
Returns an error when the WASM target cannot be installed, the plugin build fails, or the artifact cannot be copied.