-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm] marshling call to assembly entrypoint via new interop (#73156)
- added JavaScriptExports.CallEntrypoint replacing legacy mono_bind_assembly_entry_point - moved legacy imports and split RuntimeHelpers - simplified dotnet-legacy.d.ts - set_arg_type on manually written JavaScriptExports calls Co-authored-by: Katelyn Gadd <kg@luminance.org> Co-authored-by: Marek Fišera <mara@neptuo.com>
- Loading branch information
1 parent
29992de
commit 44cb67e
Showing
27 changed files
with
478 additions
and
484 deletions.
There are no files selected for viewing
80 changes: 80 additions & 0 deletions
80
...ces.JavaScript/src/System/Runtime/InteropServices/JavaScript/Interop/JavaScriptExports.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.