Fastled Wasm Compiler
Project description
fastled-wasm-compiler
The compiler and build system for FastLED for WASM.
# Option 1: Clone only main branch
git clone -b main --single-branch https://github.com/zackees/fastled-wasm-compiler.git
# Option 2: Clone normally then configure to exclude gh-pages
git clone https://github.com/zackees/fastled-wasm-compiler.git
cd fastled-wasm-compiler
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/* ^refs/heads/gh-pages"
Development
Run ./install to install the dependencies.
Run ./lint to run the linter.
Run ./test to run the tests.
Thin Precompiled Headers (Thin PCH)
The FastLED WASM compiler now supports Thin Precompiled Headers (Thin PCH), which provide faster rebuild times and better cacheability compared to traditional PCH.
To enable Thin PCH:
- Set the
THIN_PCH=1environment variable - Or use the
--thin-pchflag with the build scripts
Example:
# Using environment variable
THIN_PCH=1 ./build_tools/build_lib.sh --all
# Using command line flag
./build_tools/build_lib.sh --thin-pch --all
Notes:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastled_wasm_compiler-1.1.7-py3-none-any.whl.
File metadata
- Download URL: fastled_wasm_compiler-1.1.7-py3-none-any.whl
- Upload date:
- Size: 95.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e44dacabc0e0191c203dd366fbc371c37d16eb29f6dabb7e851ccf893066abcf
|
|
| MD5 |
f3ceb54ac262100bea1dbb1d7012c77f
|
|
| BLAKE2b-256 |
718da8e523da52dc0cdcfbfd287184307f2f9c77779dfff016a23cffc587fcee
|