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] Build static components; include hot_reload in runtime #54568

Merged
merged 9 commits into from
Jun 24, 2021

Commits on Jun 22, 2021

  1. [wasm] Build static components; include hot_reload in runtime

    Workaround until dotnet#54565 is fixed
    Build the runtime always with support for hot_reload, and without diagnostics_tracing
    lambdageek committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    be8a1e8 View commit details
    Browse the repository at this point in the history
  2. Update wasm.proj

    thaystg authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    aa89d4c View commit details
    Browse the repository at this point in the history
  3. Add a browser functional test for hot reload

    Just check that the capabilities are non-empty which is a good proxy for hot
    reload being enabled in the runtime.
    lambdageek committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    5da0bde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6da958 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    be28aee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc45c80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a084cf View commit details
    Browse the repository at this point in the history
  4. fix whitespace

    lambdageek committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1badd5c View commit details
    Browse the repository at this point in the history
  5. tabs->spaces

    lambdageek committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    335842d View commit details
    Browse the repository at this point in the history