|
|
|
|
|
by nerpderp82
810 days ago
|
|
Can one use with WebGPU in the browser? I see you answer that here https://news.ycombinator.com/item?id=39909440 The primary issue with things that include their own Wasm env, that then moving that system to the web doesn't work because you can't run wasm in wasm. |
|
That's exactly the goal - one wasm binary with defined input/outputs that can be loaded either in a browser or running in any app outside of a browser.