Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
tools/js_optimizer.py:341–344 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
339
340
341
def
main():
342
out = run_on_file(sys.argv[1], sys.argv[2:])
343
shutil.copyfile(out, sys.argv[1] +
'.jsopt.js'
)
344
return
0
345
346
347
if
__name__ ==
'__main__'
:
Callers
1
js_optimizer.py
File · 0.70
Calls
1
run_on_file
Function · 0.85
Tested by
no test coverage detected