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

[Version] Bump to latest Chrome version with COOP/COEP support #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Tr4mper
Copy link

@Tr4mper Tr4mper commented May 6, 2021

Thanks for the nice repository!

I tried using the JS/WASM implementation with a more recent version of Chrome (Version 90.0.4430.93 (Official Build) (64-bit)) and created this PR for others that might want to test it on recent and coming versions.

Changes:
There was a syntax error in the verify_addr.sh script due to an additional ". Maybe the output changed with releases? Please correct me, if the error was on my side, but it also occured to me with the latest beta version of Chrome.

./verify_addr.sh: line 53: 0x000028d6ca230000+ 8128": syntax error: invalid arithmetic operator (error token is """)
./verify_addr.sh: line 56: 0x000028d6ca230000+101932992": syntax error: invalid arithmetic operator (error token is """)

Additionally, the --experimental-wasm-bigint flag is not longer needed, as the feature should now be enabled by default.
As cross-origin isolation will become mandatory soon in Chrome and already is mandatory in Firefox (more information here), I extended the simple Python HTTP server to also send along the necessary headers for testing purposes.

Hope this is useful to somebody!
Kind regards

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

Successfully merging this pull request may close these issues.

1 participant