Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emsdk
/ is_binaryen_installed
Function
is_binaryen_installed
emsdk.py:1499–1501 ·
view source on GitHub ↗
(tool)
Source
from the content-addressed store, hash-verified
1497
1498
1499
def
is_binaryen_installed(tool):
1500
build_root = binaryen_build_root(tool)
1501
return
os.path.exists(build_root)
1502
1503
1504
def
build_binaryen_tool(tool):
Callers
1
is_installed
Method · 0.85
Calls
1
binaryen_build_root
Function · 0.85
Tested by
no test coverage detected