You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to document the requirements for using on the web, requires Cross-Origin-Embedder-Policy to be enabled since it uses SharedArrayBuffers to coordinate indexedb access. The web demo works around this by using COI service worker to add the headers on github pages. Using COI is not solution for production, just an easy way host for demo purposes.
Also need to document the build / code gen requirement.
The text was updated successfully, but these errors were encountered:
Need to document the requirements for using on the web, requires
Cross-Origin-Embedder-Policy
to be enabled since it uses SharedArrayBuffers to coordinate indexedb access. The web demo works around this by using COI service worker to add the headers on github pages. Using COI is not solution for production, just an easy way host for demo purposes.Also need to document the build / code gen requirement.
The text was updated successfully, but these errors were encountered: