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

File unsafe_optimizations.mjs

tools/unsafe_optimizations.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env node
2
3/** Implements a set of potentially unsafe JavaScript AST optimizations for aggressive code size optimizations.
4 Enabled when building with -sMINIMAL_RUNTIME=2 linker flag. */

Callers

nothing calls this directly

Calls 2

runTestsFunction · 0.85
runOnFileFunction · 0.85

Tested by

no test coverage detected