|
|
|
|
|
by gregsadetsky
1144 days ago
|
|
I was just asking about this in a thread about a driver for an old webcam here yesterday! [0] Absolutely agreed, it really seems like a fascinating possibility. What’s your take on how WASM drivers (meant to run in a web browser) could integrate at the OS level? For instance, if you wanted all installed desktop softwares to be able to print via the WASM printer driver? [0] https://news.ycombinator.com/item?id=35745652 |
|
wasm spec is fully defined and public, and we even already have source for browsers.
What prevents developing a wrapper or shim that runs any wasm as if it were any other native executable?
You might be legally prevented from redistributing the wasm, so maybe you can't bundle it right into a .deb or.rpm, but it's trivial in that case to just download on the fly if not exist and re-use after that. You may want it to check for updates all the time anyway.