Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ serialize
Method
serialize
tools/js_optimizer.py:116–119 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
114
return
code.replace(
'13371337'
,
'0.0'
)
115
116
def
serialize(self):
117
return
{
118
'globals'
: self.globs,
119
}
120
121
122
start_funcs_marker =
'// EMSCRIPTEN_START_FUNCS\n'
Callers
3
minify_shell
Method · 0.95
run_on_file
Function · 0.95
preamble.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected