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

Document requirements for web / wasm usage. #4

Open
nullrocket opened this issue Dec 8, 2022 · 0 comments
Open

Document requirements for web / wasm usage. #4

nullrocket opened this issue Dec 8, 2022 · 0 comments

Comments

@nullrocket
Copy link
Contributor

nullrocket commented Dec 8, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant