We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
deno 1.33.2 (release, x86_64-pc-windows-msvc) v8 11.4.183.1 typescript 5.0.3
The text was updated successfully, but these errors were encountered:
WebGPU has been temporarily removed from the Deno CLI due to performance complications due to its presence: #18094
If you need WebGPU, you need to downgrade to an earlier version. I believe the version where WebGPU was removed is 1.32.0.
Sorry, something went wrong.
I have created a FFI binding to wgpu-native, which exports most of the features of the underlying implementation.
Though the polyfill part has not been implemented yet, a collatz example can be runned with this binding.
repo: https://github.com/xubaiw/deno-wgpu example: https://github.com/xubaiw/deno-wgpu/blob/main/examples/compute.ts
No branches or pull requests
deno 1.33.2 (release, x86_64-pc-windows-msvc)
v8 11.4.183.1
typescript 5.0.3
The text was updated successfully, but these errors were encountered: