-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
WebAssembly example not work on browser on phone #35341
Comments
Maybe related: #27462 |
I am unable to reproduce this behavior.
|
@smasher164 yes, I did copy correct wasm_exec.js. |
Please use 1.13.4 and let us know if you still see issues. |
@agnivade not work still |
Would you be able to provide the console logs from the phone ? That would be very helpful in debugging this. |
Could you also list your phone's OS/Browser version? For instance, I tested on iPhone X, iOS 13.1.13, Chrome 77.0.3865.103. Thanks |
Sorry, @agnivade , @smasher164 , my mistake, it's not chrome, it's my phone's builtin browser. This error is from safari on iPhone(my friends's phone): |
The chrome works correctly |
The index.html file that you are using is incorrect. Please use the file from EDIT: Also note this line from the wiki:
|
@agnivade get it! thank you! |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
As this page shows, but change the code to:
What did you expect to see?
"Hello, WebAssembly!"
What did you see instead?
nothing
The text was updated successfully, but these errors were encountered: