Get path to native ctc-wasm-ld launcher, or None if not available.
()
| 242 | |
| 243 | |
| 244 | def 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 | |
| 250 | def _load_emcc_module(): |
nothing calls this directly
no test coverage detected