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

Add --android_tunnel flag to emrun (cross-origin isolation on Android device) #20783

Merged
merged 4 commits into from
Nov 30, 2023

Commits on Nov 27, 2023

  1. Add --android_tunnel flag to emrun.py

    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.
    Joonas Lipping committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    33deb67 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Improve help string on --android_tunnel

    Joonas Lipping committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    74e4f68 View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    Joonas Lipping committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9edf70a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    84567ad View commit details
    Browse the repository at this point in the history