diff --git a/Cargo.toml b/Cargo.toml index 1703a0500e363..62ce8db2060d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1752,7 +1752,7 @@ path = "examples/tools/gamepad_viewer.rs" name = "Gamepad Viewer" description = "Shows a visualization of gamepad buttons, sticks, and triggers" category = "Tools" -wasm = false +wasm = true [[example]] name = "nondeterministic_system_order"