-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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] reduce MethodImplOptions.NoInlining #79457
[wasm] reduce MethodImplOptions.NoInlining #79457
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsThis removes It works around #37955 by setting value of
|
/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). |
@radical am I causing the WBT failures by changes in this PR ? |
Unrelated to your changes. |
Looks good. |
This removes
[MethodImplOptions.NoInlining]
from JS interop related infrastructure.It works around #37955 by setting value of
out
parameters on the native side.It also removes unnecessary result marshaling in
mono_wasm_set_object_property_ref
Related #71425