Y
Hacker News
new
|
ask
|
show
|
jobs
by
fulafel
3016 days ago
Indeed WASM supports GPU access through the normal JS WebGL API. Many asm.js/WebAssembly apps use the GPU in this way.
Though compiling WebAssembly to GPU code would be a very interesting thing to explore, too.
1 comments
nsthorat
3016 days ago
This probably won't buy you anything. The API you still have is WebGL, and JS is not the bottleneck.
link