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

[wasm] Don't use SyncTextWriter in single-threaded wasm builds #101221

Merged
merged 4 commits into from
Jul 5, 2024

Commits on Jul 4, 2024

  1. Bypass SyncTextWriter on single-threaded wasm to avoid compiling sync…

    …hronization code during startup when console is touched
    kg committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    35a7731 View commit details
    Browse the repository at this point in the history
  2. Address PR feedback

    kg committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1216d84 View commit details
    Browse the repository at this point in the history
  3. Test fixes

    kg committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    45af681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86293a1 View commit details
    Browse the repository at this point in the history