Y
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
om2
3417 days ago
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.
link
bobajeff
3417 days ago
Oh. I didn't know that.
link
Maybe that will change, but blocking on a major new WebAssembly feature did not seem wise.