-
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] Redesign of JS objects marshaling and lifecycle #57098
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsnull
|
...e.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/AnyRef.cs
Outdated
Show resolved
Hide resolved
...Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/Function.cs
Outdated
Show resolved
Hide resolved
....Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/Runtime.cs
Outdated
Show resolved
Hide resolved
....Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/Runtime.cs
Outdated
Show resolved
Hide resolved
....Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/Runtime.cs
Outdated
Show resolved
Hide resolved
....Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/Runtime.cs
Outdated
Show resolved
Hide resolved
....Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/Runtime.cs
Outdated
Show resolved
Hide resolved
...ntime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/TypedArray.cs
Show resolved
Hide resolved
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest changes look good aside from the comments I added in here and sent via convo
...InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/Runtime.CS.Owned.cs
Outdated
Show resolved
Hide resolved
…f in onlder browsers
743abcb
to
b8ad165
Compare
The failures are unrelated VB overflow issue and unrelated JIT issues on Android. |
browser failures are #57501 |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
gc_handle
tojs_handle
for allJSObject
marshalingAnyRefHandle
bool ownsHandle
mono_wasm_owned_objects_frames
andmono_wasm_owned_objects_LMF
AnyRef
andHostObjectBase
typesFinalizationRegistry
andWeakRef
Fixes #56303