MCPcopy Index your code
hub / github.com/emscripten-core/emsdk / uninstall_binaryen

Function uninstall_binaryen

emsdk.py:1492–1496  ·  view source on GitHub ↗
(tool)

Source from the content-addressed store, hash-verified

1490
1491
1492def uninstall_binaryen(tool):
1493 debug_print(f'uninstall_binaryen({tool})')
1494 build_root = binaryen_build_root(tool)
1495 print(f"Deleting path '{build_root}'")
1496 remove_tree(build_root)
1497
1498
1499def is_binaryen_installed(tool):

Callers 1

uninstallMethod · 0.85

Calls 3

debug_printFunction · 0.85
binaryen_build_rootFunction · 0.85
remove_treeFunction · 0.85

Tested by

no test coverage detected