diff --git a/Cargo.toml b/Cargo.toml index 784589e433..7081754991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -716,7 +716,7 @@ path = "examples/3d/wireframe.rs" name = "Wireframe" description = "Showcases wireframe rendering" category = "3D Rendering" -wasm = true +wasm = false [[example]] name = "no_prepass"