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
Add --android_tunnel flag to emrun (cross-origin isolation on Android device) (emscripten-core#20783)
This flag does two things:
1. we use 'localhost' as the hostname
2. we invoke 'adb reverse tcp:{port} tcp:{port}' before launching
This means that the page will run with cross-origin isolation.
Without cross-origin isolation, we typically can't have features
such as SharedArrayBuffer, which is needed for apps using pthreads.
0 commit comments