Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASM backend with webgl/webgpu support #2813

Closed
yamajik opened this issue Aug 26, 2021 · 2 comments
Closed

WASM backend with webgl/webgpu support #2813

yamajik opened this issue Aug 26, 2021 · 2 comments
Assignees
Labels
feature request Suggest an idea on this project

Comments

@yamajik
Copy link

yamajik commented Aug 26, 2021

emscripten has already supported

https://emscripten.org/docs/optimizing/Optimizing-WebGL.html#optimizing-webgl

@yamajik yamajik added the feature request Suggest an idea on this project label Aug 26, 2021
@bobcao3
Copy link
Collaborator

bobcao3 commented Aug 26, 2021

https://www.khronos.org/registry/webgl/specs/latest/2.0-compute/

I think the major issue would be the compute shader support. From the documentation above it seems the WebGL compute shader effort is deprecated. WebGPU on the other hand might work.

@bobcao3
Copy link
Collaborator

bobcao3 commented Dec 13, 2021

Related: #3781 #2398

@bobcao3 bobcao3 closed this as completed Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Suggest an idea on this project
Projects
None yet
Development

No branches or pull requests

3 participants