Code Monkey home page Code Monkey logo

Comments (3)

RReverser avatar RReverser commented on June 5, 2024 1

I would love for WebUSB to support multithreading natively as @reillyeon suggested it might be someday on the original thread (hehe, no pun intended), but meanwhile using Emscripten's proxying API sounds like a promising solution to fill that gap.

I think main thread instead of a dedicated thread is fine since WebUSB is already asynchronous and is not supposed to block the main thread for long anyway.

I don't have capacity to review the code right now but when you polish it up, I think it's worth creating a PR upstream on the libusb repo. When you do, please tag me and I'll try to take a look.

from sane-wasm.

RReverser avatar RReverser commented on June 5, 2024 1

My only note from a quick glance is that I'd probably try to extract some helper to avoid repeated duplication of thread ID checks & proxying or calling locally.

Also most (all?) libusb functions accept only one argument anyway so it might be cheaper to just pass the original function & argument directly as callback & argument to emscripten_proxy_sync instead of using another indirection with std::function in the task wrapper.

from sane-wasm.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.