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
The following highlights a problem when $internalize ing a pointer type. It only will internalize if the pointer is a struct; otherwise it will fallthrough into internalizing as a slice.
The following highlights a problem when $internalize ing a pointer type. It only will internalize if the pointer is a struct; otherwise it will fallthrough into internalizing as a slice.
Suspect code: https://github.com/gopherjs/gopherjs/blob/master/compiler/prelude/jsmapping.js#L329-L334
The text was updated successfully, but these errors were encountered: