-
Couldn't load subscription status.
- Fork 5.2k
[browser][debugger] fake bind_static_method #96899
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
Conversation
|
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsget rid of legacy JS interop in unit tests, so that we can #96841
|
|
Tagging subscribers to this area: @thaystg Issue Detailsget rid of legacy JS interop in unit tests, so that we can #96841
|
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |


get rid of legacy JS interop in unit tests, so that we can #96841
this implements
bind_static_methodvia[JSExport]and C# reflection (this always catches managed exceptions and marshals it)bind_static_method_nativewhich usesmono_wasm_invoke_method_raw, this let's exceptions unhandled, same way as legacy interop.