qDot
qDot
**Feature Description** See #70, just putting this here in case I forget to look at PRs.
**Feature Description** We should be able to make these fit together, may just require more cfg() calls.
## Feature Description With per-call callbacks, we can just bundle promises across the FFI for resolution instead of using the ID based system. Need to figure out how cleanup will...
**Feature Description** With per-call callbacks, we can just bundle tasks across the FFI for resolution instead of using the ID based system. We'll still need to hold them in the...
**Feature Description** Bundle the callback and context pointers in a struct, and provide a method to run the callback from within the struct context.
**Describe the bug** 1. Create an HTML page that loads the CDN buttplug distro, uses defer in the script tag, and has other includes from different domains after it. **Expected...
Someone with a fussy on-board bluetooth radio reported a stack that had a panic in the WebBluetoothDevice write() method. ``` panicked at 'called `Option::unwrap()` on a `None` value', src\wasm\webbluetooth_device.rs:126:53 ```...
**Describe the bug** 1. Load buttplug WASM in a webpage on chrome 2. Try scanning without a user gesture (on load, setTimeout, etc) **Expected behavior** "User gesture missing" exception is...
We should be able to support multiple platforms in our C# nuget package. However, this will require runtime platform detection and loading, which is going to be interesting to deal...
Since Websockets are built in via web-sys, we only get a JsValue back. I'm being lazy at the moment while fixing #38 and just throwing a string back up through...