MCPcopy 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
1499def is_binaryen_installed(tool):
1500 build_root = binaryen_build_root(tool)
1501 return os.path.exists(build_root)
1502
1503
1504def build_binaryen_tool(tool):

Callers 1

is_installedMethod · 0.85

Calls 1

binaryen_build_rootFunction · 0.85

Tested by

no test coverage detected