MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / get_binaryen_bin

Function get_binaryen_bin

tools/building.py:1229–1235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1227
1228
1229def get_binaryen_bin():
1230 global binaryen_checked
1231 rtn = os.path.join(config.BINARYEN_ROOT, 'bin')
1232 if not binaryen_checked:
1233 check_binaryen(rtn)
1234 binaryen_checked = True
1235 return rtn
1236
1237
1238# track whether the last binaryen command kept debug info around. this is used

Callers 1

run_binaryen_commandFunction · 0.85

Calls 2

check_binaryenFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected