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 Bluetooth SIG metadata for assigned numbers is currently being generated as static members on types (e.g. BluetoothUUID, UnitIdentifier, CompanyIdentifier) with a cached hash map of names and other metadata. This metadata should be moved to a Swift Macro to reduce code size and heap allocation, and potentially improve support for WASM #148.
The text was updated successfully, but these errors were encountered:
The Bluetooth SIG metadata for assigned numbers is currently being generated as static members on types (e.g.
BluetoothUUID
,UnitIdentifier
,CompanyIdentifier
) with a cached hash map of names and other metadata. This metadata should be moved to a Swift Macro to reduce code size and heap allocation, and potentially improve support for WASM #148.The text was updated successfully, but these errors were encountered: