Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ includeSystemFile
Function
includeSystemFile
src/jsifier.mjs:854–856 ·
view source on GitHub ↗
(fileName)
Source
from the content-addressed store, hash-verified
852
}
853
854
function
includeSystemFile(fileName) {
855
writeOutput(getSystemIncludeFile(fileName));
856
}
857
858
function
includeFile(fileName) {
859
writeOutput(getIncludeFile(fileName));
Callers
1
finalCombiner
Function · 0.85
Calls
2
writeOutput
Function · 0.85
getSystemIncludeFile
Function · 0.85
Tested by
no test coverage detected