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

Function get_native_wasm_ld

ci/wasm_tools.py:244–247  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

242
243
244def get_native_wasm_ld() -> Optional[str]:
245 """Get path to native ctc-wasm-ld launcher, or None if not available."""
246 ensure_native_tools()
247 return _native_wasm_ld
248
249
250def _load_emcc_module():

Callers

nothing calls this directly

Calls 1

ensure_native_toolsFunction · 0.85

Tested by

no test coverage detected