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
I have a mono-repo and I am trying to use deno deploy for a specific project within that mono-repo
https://github.com/theTechGoose/OmniSource
from root running: deployctl deploy --entrypoint backends/ai-activations/main.ts
gives: error: The deployment failed: UNCAUGHT_EXCEPTION
ReferenceError: GPUTextureUsage is not defined at https://jsr.io/@std/webgpu/0.224.7/describe_texture_format.ts:22:15
clone the repo https://github.com/theTechGoose/OmniSource
run deployctl deploy --entrypoint backends/ai-activations/main.ts from the root
It should deploy
deno 2.1.2 MacOs 14.5
No response
The text was updated successfully, but these errors were encountered:
Hi @theTechGoose
the Web GPU API is currently not supported on Deno Deploy and not something that we currently have on our roadmap.
Sorry, something went wrong.
No branches or pull requests
Problem description
I have a mono-repo and I am trying to use deno deploy for a specific project within that mono-repo
https://github.com/theTechGoose/OmniSource
from root running: deployctl deploy --entrypoint backends/ai-activations/main.ts
gives:
error: The deployment failed: UNCAUGHT_EXCEPTION
ReferenceError: GPUTextureUsage is not defined
at https://jsr.io/@std/webgpu/0.224.7/describe_texture_format.ts:22:15
Steps to reproduce
clone the repo https://github.com/theTechGoose/OmniSource
run deployctl deploy --entrypoint backends/ai-activations/main.ts from the root
Expected behavior
It should deploy
Environment
deno 2.1.2
MacOs 14.5
Possible solution
No response
Additional context
The text was updated successfully, but these errors were encountered: