diff --git a/crates/blenvy/src/lib.rs b/crates/blenvy/src/lib.rs index abec7ac..9df591f 100644 --- a/crates/blenvy/src/lib.rs +++ b/crates/blenvy/src/lib.rs @@ -60,6 +60,7 @@ impl Plugin for BlenvyPlugin { fn build(&self, app: &mut App) { app.add_plugins(( ComponentsFromGltfPlugin::default(), + #[cfg(not(target_arch = "wasm32"))] ExportRegistryPlugin::default(), BlueprintsPlugin::default(), ))