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
- up Android to ndk28c
- add sanitizer builds to macOS and Linux
- up AndroidExtensions commit id
- fix uint16_t / char16_ casting
- up macOS13 (soon deprecated) to macOS14
- use clang for sanitizer on Linux (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80578 )
- disable vptr check for `ObjectWrap<T>::ObjectWrap` (false positive)
string_value->Write(v8::Isolate::GetCurrent(), reinterpret_cast<uint16_t*>(&buffer[0]), 0, len); // Write expects uint16_t* but the template parameter is char16_t
0 commit comments