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

Function generate_json

tools/link.py:238–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 content_hash = emscripten.generate_js_compiler_input_hash(symbols_only=True)
237
238 def generate_json():
239 library_syms = generate_js_sym_info()
240 return json.dumps(library_syms, separators=(',', ':'), indent=2)
241
242 # Limit of the overall size of the cache.
243 # This code will get test coverage since a full test run of `other` or `core`

Callers

nothing calls this directly

Calls 1

generate_js_sym_infoFunction · 0.85

Tested by

no test coverage detected