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

Function get_native_emcc

ci/wasm_tools.py:238–241  ·  view source on GitHub ↗

Get path to native ctc-emcc launcher, or None if not available.

()

Source from the content-addressed store, hash-verified

236
237
238def get_native_emcc() -> Optional[str]:
239 """Get path to native ctc-emcc launcher, or None if not available."""
240 ensure_native_tools()
241 return _native_emcc
242
243
244def get_native_wasm_ld() -> Optional[str]:

Callers 1

compile_sketchFunction · 0.90

Calls 1

ensure_native_toolsFunction · 0.85

Tested by

no test coverage detected