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] marshling call to assembly entrypoint via new interop #73156

Merged
merged 20 commits into from
Aug 4, 2022

Commits on Aug 1, 2022

  1. - added JavaScriptExports.CallEntrypoint replacing legacy `mono_bin…

    …d_assembly_entry_point`
    
    - moved legacy imports and split `RuntimeHelpers`
    pavelsavara committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    46e620c View commit details
    Browse the repository at this point in the history
  2. wip

    pavelsavara committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    f3d1373 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7ea896 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Merge branch 'main' into wasm_drop_legacy_entrypoint

    # Conflicts:
    #	src/mono/wasm/runtime/imports.ts
    #	src/mono/wasm/runtime/startup.ts
    pavelsavara committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    378fd4e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    2a85dd4 View commit details
    Browse the repository at this point in the history
  2. Update src/libraries/System.Runtime.InteropServices.JavaScript/src/Sy…

    …stem/Runtime/InteropServices/JavaScript/Interop/JavaScriptExports.cs
    
    Co-authored-by: Katelyn Gadd <kg@luminance.org>
    pavelsavara and kg authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    27f232b View commit details
    Browse the repository at this point in the history
  3. feedback

    pavelsavara committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    0a2156f View commit details
    Browse the repository at this point in the history
  4. fix

    pavelsavara committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    2d9068e View commit details
    Browse the repository at this point in the history
  5. fix

    pavelsavara committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    bb4d41b View commit details
    Browse the repository at this point in the history
  6. [wasm] Fix Wasm.Build.Tests builds

    radical committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b26c856 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b487be6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb4ea99 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab01424 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a90cdf View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Merge branch 'main' into wasm_drop_legacy_entrypoint

    # Conflicts:
    #	src/mono/wasm/runtime/dotnet.d.ts
    #	src/mono/wasm/runtime/exports.ts
    #	src/mono/wasm/runtime/imports.ts
    #	src/mono/wasm/runtime/managed-exports.ts
    #	src/mono/wasm/runtime/net6-legacy/method-calls.ts
    #	src/mono/wasm/runtime/startup.ts
    pavelsavara committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    af9bb66 View commit details
    Browse the repository at this point in the history
  2. types cleanup

    pavelsavara committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d6c8330 View commit details
    Browse the repository at this point in the history
  3. Update src/libraries/System.Runtime.InteropServices.JavaScript/src/Sy…

    …stem/Runtime/InteropServices/JavaScript/Interop/JavaScriptExports.cs
    
    Co-authored-by: Marek Fišera <mara@neptuo.com>
    pavelsavara and maraf authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f1a77d3 View commit details
    Browse the repository at this point in the history
  4. Update src/libraries/System.Runtime.InteropServices.JavaScript/src/Sy…

    …stem/Runtime/InteropServices/JavaScript/Interop/JavaScriptExports.cs
    
    Co-authored-by: Marek Fišera <mara@neptuo.com>
    pavelsavara and maraf authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    3763a30 View commit details
    Browse the repository at this point in the history
  5. Update src/libraries/System.Runtime.InteropServices.JavaScript/src/Sy…

    …stem/Runtime/InteropServices/JavaScript/Interop/JavaScriptExports.cs
    
    Co-authored-by: Marek Fišera <mara@neptuo.com>
    pavelsavara and maraf authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    00f8f08 View commit details
    Browse the repository at this point in the history
  6. feedback

    pavelsavara committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b950b9f View commit details
    Browse the repository at this point in the history