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

Function get_basic_config

test/test_sanity.py:69–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67
68
69def get_basic_config():
70 return '''\
71LLVM_ROOT = "%s"
72BINARYEN_ROOT = "%s"
73NODE_JS = %s
74''' % (config.LLVM_ROOT, config.BINARYEN_ROOT, config.NODE_JS)
75
76
77def make_fake_tool(filename, version, report_name=None, extra_output=None):

Callers 2

test_emconfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected