You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JsString.from_u16 is called a lot while taking a reference to memory on the GC heap. Because this function allocates, it first copies the input onto the native heap. This copy must be removed.
JsString.from_u16is called a lot while taking a reference to memory on the GC heap. Because this function allocates, it first copies the input onto the native heap. This copy must be removed.