Get path to native ctc-emcc launcher, or None if not available.
()
| 236 | |
| 237 | |
| 238 | def 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 | |
| 244 | def get_native_wasm_ld() -> Optional[str]: |
no test coverage detected