-
Notifications
You must be signed in to change notification settings - Fork 49
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
Expose WebNN API to service workers #804
Labels
Comments
It looks like this request is to expose WebNN API to service workers. Considering also WebGPU added support for service workers to enable use cases such as WebLLM chrome extension I will label this also as a feature request. Further feedback on use cases and possible implementation considerations are welcome in this issue. |
inexorabletash
added a commit
to inexorabletash/webnn
that referenced
this issue
Feb 24, 2025
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this issue
Feb 26, 2025
webmachinelearning/webnn#804 Note that Chromium doesn't expose SharedArrayBuffer in SharedWorker context, so tests are modified to probe for the existence of the SAB interface, or are skipped entirely if the test is SAB-specific. Change-Id: Ib1662236560c26ebe79a7b0f2fe2b074ef0e0eeb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While WebNN works well within a web app using
onnxruntime-web
, it fails to work in a browser extension.Is there any way to use WebNN in a browser extension (background script)? If not, is there a plan to support browser extensions?
The text was updated successfully, but these errors were encountered: