WebUSB / WebAssembly support #82
beriberikix
started this conversation in
Ideas
Replies: 1 comment
-
Yes, it would be a lot easier to deal with WebUSB in pure Rust than going through libusb. Opened #83. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Browsing the
probe-rs
source code brought me here. I'd like to suggest adding support for WebUSB support. This is soprobe-rs
could be used in the browser via WebAssembly (see probe-rs/probe-rs#838.)Previously it was using a package that relied on libusb but it appears that
nusb
would make targeting the web much easier!Beta Was this translation helpful? Give feedback.
All reactions