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

Is there any browser kernel limit? #61

Open
ONLY-yours opened this issue Oct 30, 2023 · 1 comment
Open

Is there any browser kernel limit? #61

ONLY-yours opened this issue Oct 30, 2023 · 1 comment
Labels
question Further information is requested

Comments

@ONLY-yours
Copy link

Is there any browser kernel limit?
such as chrome > 87
I want to know the compatibility of various browsers

@DanielHauschildt
Copy link
Contributor

I have not tested it. It should work in all browser with WASM support. However, if you want better performance you need wasm-simd support and also SharedArrayBuffers.

https://caniuse.com/?search=wasm
https://caniuse.com/?search=SharedArrayBuffer

However, generally speaking, when onnx-runtime is working the library should be working.

@DanielHauschildt DanielHauschildt added the question Further information is requested label Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants