A Python library that compiles Arduino sketches using the FastLED library to WebAssembly, enabling LED animations in the browser. Current version is 2.0.6, with a recent major version bump from 1.x to 2.x. Release cadence is irregular, with active development on GitHub.
pip install fastledNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compile a simple FastLED sketch to WebAssembly. The `target` parameter can be 'web' or 'cli'.
Update imports to `from fastled import compile_wasm` and adjust function calls accordingly.
Always pass `target='web'` or `target='cli'` to avoid ambiguity.
Install Emscripten SDK (emsdk) and ensure `emcc` is in PATH. See https://emscripten.org/docs/getting_started/downloads.html
No dependency data recorded yet.