#include "WorkletRuntimeRegistry.h" namespace reanimated { std::set WorkletRuntimeRegistry::registry_{}; std::mutex WorkletRuntimeRegistry::mutex_{}; } // namespace reanimated