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

Function preJS

src/jsifier.mjs:176–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174}
175
176function preJS() {
177 let result = '';
178 for (const fileName of PRE_JS_FILES) {
179 result += getIncludeFile(fileName);
180 }
181 return result;
182}
183
184// Certain library functions have specific indirect dependencies. See the
185// comments alongside eaach of these.

Callers

nothing calls this directly

Calls 1

getIncludeFileFunction · 0.85

Tested by

no test coverage detected