Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ exe_path_from_root
Function
exe_path_from_root
tools/utils.py:80–81 ·
view source on GitHub ↗
(*pathelems)
Source
from the content-addressed store, hash-verified
78
79
80
def
exe_path_from_root(*pathelems):
81
return
find_exe(path_from_root(*pathelems))
82
83
84
def
suffix(name):
Callers
3
common.py
File · 0.90
shared.py
File · 0.85
test_other.py
File · 0.85
Calls
2
find_exe
Function · 0.85
path_from_root
Function · 0.85
Tested by
no test coverage detected