Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ required_emscripten_version
Function
required_emscripten_version
Platforms/emscripten/__main__.py:41–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
40
@functools.cache
41
def
required_emscripten_version():
42
return
load_config_toml()[
"emscripten-version"
]
43
44
45
@functools.cache
Callers
3
emsdk_cache_root
Function · 0.85
validate_emsdk_version
Function · 0.85
install_emscripten
Function · 0.85
Calls
1
load_config_toml
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…