-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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] JSImport, JSExport and related API types for JavaScript interop #71500
[wasm] JSImport, JSExport and related API types for JavaScript interop #71500
Conversation
- xmldoc
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
Tagging subscribers to 'arch-wasm': @lewing Issue Details
Fixes #70133
|
...stem.Runtime.InteropServices.JavaScript/src/System.Runtime.InteropServices.JavaScript.csproj
Show resolved
Hide resolved
...stem.Runtime.InteropServices.JavaScript/src/System.Runtime.InteropServices.JavaScript.csproj
Outdated
Show resolved
Hide resolved
...m.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSHost.cs
Outdated
Show resolved
Hide resolved
...ropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSMarshalAsAttribute.cs
Outdated
Show resolved
Hide resolved
....InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSMarshalerType.cs
Outdated
Show resolved
Hide resolved
...Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSObject.cs
Outdated
Show resolved
Hide resolved
...Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSObject.cs
Outdated
Show resolved
Hide resolved
...Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSObject.cs
Outdated
Show resolved
Hide resolved
...Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSObject.cs
Outdated
Show resolved
Hide resolved
...Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSObject.cs
Outdated
Show resolved
Hide resolved
…stem.Runtime.InteropServices.JavaScript.csproj Co-authored-by: Marek Fišera <mara@neptuo.com>
…stem/Runtime/InteropServices/JavaScript/JSHost.cs Co-authored-by: Marek Fišera <mara@neptuo.com>
…stem/Runtime/InteropServices/JavaScript/JSMarshalAsAttribute.cs Co-authored-by: Marek Fišera <mara@neptuo.com>
…stem/Runtime/InteropServices/JavaScript/JSMarshalerType.cs Co-authored-by: Marek Fišera <mara@neptuo.com>
…stem/Runtime/InteropServices/JavaScript/JSObject.cs Co-authored-by: Marek Fišera <mara@neptuo.com>
…stem/Runtime/InteropServices/JavaScript/JSObject.cs Co-authored-by: Marek Fišera <mara@neptuo.com>
…stem/Runtime/InteropServices/JavaScript/JSObject.cs Co-authored-by: Marek Fišera <mara@neptuo.com>
…stem/Runtime/InteropServices/JavaScript/JSObject.cs Co-authored-by: Marek Fišera <mara@neptuo.com>
...time.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSException.cs
Outdated
Show resolved
Hide resolved
...nteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSExportAttribute.cs
Outdated
Show resolved
Hide resolved
...nteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSExportAttribute.cs
Outdated
Show resolved
Hide resolved
...nteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSFunctionBinding.cs
Outdated
Show resolved
Hide resolved
...nteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSFunctionBinding.cs
Outdated
Show resolved
Hide resolved
…stem/Runtime/InteropServices/JavaScript/JSExportAttribute.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSFunctionBinding.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSFunctionBinding.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSFunctionBinding.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSFunctionBinding.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSHost.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSHost.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSHost.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSHost.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSImportAttribute.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSImportAttribute.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSImportAttribute.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSMarshalAsAttribute.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSMarshalerArgument.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSMarshalerArgument.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSObject.References.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSObject.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSObject.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSType.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSType.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSType.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
…stem/Runtime/InteropServices/JavaScript/JSType.cs Co-authored-by: Katelyn Gadd <kg@luminance.org>
Timeout on |
[JSImport]
,[JSExport]
and related types with empty implementationsJSType.None
from the approved API, which is my copy&paste mistake from time when it was still enum.Fixes #70133