Buttplug sex toy control library
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Fix WASM required inclusion

+2
+2
buttplug/src/server/device/protocol/nintendo_joycon.rs
··· 23 23 time::Duration, 24 24 }; 25 25 use tokio::sync::Notify; 26 + #[cfg(feature = "wasm")] 27 + use crate::util; 26 28 27 29 /// Send command, sub-command, and data (sub-command's arguments) with u8 integers 28 30 /// This returns ACK packet for the command or Error.