Add TODO for updating UUID implementation

This commit is contained in:
2026-02-09 00:02:21 +00:00
parent 58dab46902
commit 6b88d7e3fe

View File

@@ -20,6 +20,8 @@ struct WUUID {
Str8 uuid; Str8 uuid;
}; };
// TODO (Abdelrahman): Update UUID implementation to work properly with C++ and tests for validation
#define wapp_uuid_gen_uuid4() *(wapp_uuid_init_uuid4(&wapp_uuid_create())) #define wapp_uuid_gen_uuid4() *(wapp_uuid_init_uuid4(&wapp_uuid_create()))
/* Low level UUID API */ /* Low level UUID API */