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

[wasi+browser] bundle timezones into .wasm #82250

Merged
merged 26 commits into from
Mar 1, 2023

Commits on Feb 22, 2023

  1. wip

    pavelsavara committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    89d4f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e9a8b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. fix

    pavelsavara committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    42db50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4a68d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Update src/mono/wasi/build/WasiApp.Native.targets

    Co-authored-by: Ankit Jain <radical@gmail.com>
    pavelsavara and radical authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    7a1a3a7 View commit details
    Browse the repository at this point in the history
  2. Update src/mono/wasi/wasi.proj

    Co-authored-by: Ankit Jain <radical@gmail.com>
    pavelsavara and radical authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e359c67 View commit details
    Browse the repository at this point in the history
  3. Update src/mono/wasi/wasi.proj

    Co-authored-by: Ankit Jain <radical@gmail.com>
    pavelsavara and radical authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    0c0c168 View commit details
    Browse the repository at this point in the history
  4. Update src/mono/wasm/runtime/driver.c

    Co-authored-by: Ankit Jain <radical@gmail.com>
    pavelsavara and radical authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    ced7efb View commit details
    Browse the repository at this point in the history
  5. Update src/native/libs/System.Native/pal_datetime.c

    Co-authored-by: Ankit Jain <radical@gmail.com>
    pavelsavara and radical authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5c0c0d1 View commit details
    Browse the repository at this point in the history
  6. Update src/tasks/WasmAppBuilder/EmitWasmBundleFiles.cs

    Co-authored-by: Ankit Jain <radical@gmail.com>
    pavelsavara and radical authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    787c19f View commit details
    Browse the repository at this point in the history
  7. Update src/mono/wasi/build/WasiApp.Native.targets

    Co-authored-by: Ankit Jain <radical@gmail.com>
    pavelsavara and radical authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    0b17bee View commit details
    Browse the repository at this point in the history
  8. Update src/mono/wasi/build/WasiApp.Native.targets

    Co-authored-by: Ankit Jain <radical@gmail.com>
    pavelsavara and radical authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    2c28f81 View commit details
    Browse the repository at this point in the history
  9. Update src/mono/wasm/wasm.proj

    Co-authored-by: Ankit Jain <radical@gmail.com>
    pavelsavara and radical authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    9ca46db View commit details
    Browse the repository at this point in the history
  10. feedback

    pavelsavara committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    1181767 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into wasi_bundle_timezones

    # Conflicts:
    #	src/tasks/WasmAppBuilder/wasi/EmitWasmBundleObjectFile.cs
    pavelsavara committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    72d1512 View commit details
    Browse the repository at this point in the history
  12. fix

    pavelsavara committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    214e0b4 View commit details
    Browse the repository at this point in the history
  13. feedback

    pavelsavara committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    883a116 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'main' into wasi_bundle_timezones

    # Conflicts:
    #	src/mono/wasi/build/WasiApp.targets
    #	src/mono/wasm/build/WasmApp.targets
    pavelsavara committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    3863a1f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Update src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.U…

    …nix.NonAndroid.cs
    
    Co-authored-by: Ankit Jain <radical@gmail.com>
    pavelsavara and radical authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    416e45c View commit details
    Browse the repository at this point in the history
  2. Update src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.U…

    …nix.NonAndroid.cs
    
    Co-authored-by: Ankit Jain <radical@gmail.com>
    pavelsavara and radical authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ac2521d View commit details
    Browse the repository at this point in the history
  3. feedback

    pavelsavara committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    8cbf72f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01d3c60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d3e75c View commit details
    Browse the repository at this point in the history
  6. fix

    pavelsavara committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    26d5f31 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Update src/tasks/WasmAppBuilder/EmitWasmBundleBase.cs

    Co-authored-by: Ankit Jain <radical@gmail.com>
    pavelsavara and radical authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    c8af4b8 View commit details
    Browse the repository at this point in the history
  2. feedback

    pavelsavara committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    e674fd7 View commit details
    Browse the repository at this point in the history