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

Function get_emar

ci/wasm_tools.py:180–190  ·  view source on GitHub ↗

Get emscripten archiver command. Returns: Path to emar script, or clang-tool-chain wrapper as fallback.

()

Source from the content-addressed store, hash-verified

178
179
180def get_emar() -> str:
181 """
182 Get emscripten archiver command.
183
184 Returns:
185 Path to emar script, or clang-tool-chain wrapper as fallback.
186 """
187 setup_emscripten_env()
188 if _fast_emar is not None:
189 return _fast_emar
190 return "clang-tool-chain-emar"
191
192
193def ensure_native_tools() -> bool:

Callers 2

build_sketch_pchFunction · 0.90
build_libraryFunction · 0.90

Calls 1

setup_emscripten_envFunction · 0.85

Tested by

no test coverage detected