Stream: wasi

Topic: usb standard


view this post on Zulip Warre Dujardin (Oct 16 2023 at 09:27):

Hello,

For my master's thesis, I am looking to work around implementing USB in a wasm runtime (and potentially as a WASI proposal). Is anyone else already working on something related to this?

view this post on Zulip Ralph (Oct 16 2023 at 17:40):

@Jonathan Beri might wanna know about this!

view this post on Zulip Jonathan Beri (Oct 18 2023 at 01:42):

I am not but I'm stoked to see what you develop!

view this post on Zulip Wouter Hennen (Dec 02 2023 at 18:24):

I'm also working on this topic as my master's thesis, together with @Warre Dujardin .
A pre-proposal issue has been created here while we're looking into this

This early proposal suggests the addition of USB support to WASI through an interface inspired by WebUSB (and the WebUSB equivalent in node.js). The proposed USB interface for WASI should include m...

view this post on Zulip Warre Dujardin (Mar 03 2024 at 16:35):

Hello everyone,

In the past few months, I've worked on this, and I'm at a point where I want to ask feedback on the design I've come up with.

I've uploaded the interface and an implementation on my Github: https://github.com/Wadu436/usb-wasm

Any feedback is greatly appreciated!

Kind regards,
Warre

Prototype interface for accessing USB devices from WebAssembly Components - Wadu436/usb-wasm

Last updated: Nov 22 2024 at 16:03 UTC