MCPcopy Create free account
hub / github.com/FastLED/FastLED / on_startup_initialize_wasm_ui

Function on_startup_initialize_wasm_ui

src/platforms/wasm/ui.cpp.hpp:170–174  ·  view source on GitHub ↗

* Async-aware startup initializer * Called automatically when the WASM module loads */

Source from the content-addressed store, hash-verified

168 * Called automatically when the WASM module loads
169 */
170__attribute__((constructor))
171void on_startup_initialize_wasm_ui() {
172 FL_WARN("*** ASYNC WASM UI STARTUP INITIALIZER CALLED ***");
173 ensureWasmUiSystemInitialized();
174}
175
176} // namespace fl
177

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected