Hacker News new | ask | show | jobs
by bobajeff 3417 days ago
This brings another question. Would it be better given the likely use cases for WebGPU to be designed as a WebAssembly only API?
1 comments

WebAssembly doesn't currently have a way to expose APIs to it directly. It only has an interface to call JavaScript.

Maybe that will change, but blocking on a major new WebAssembly feature did not seem wise.

Oh. I didn't know that.