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

Method compile

test/test_other.py:10241–10242  ·  view source on GitHub ↗
(flags)

Source from the content-addressed store, hash-verified

10239 return verify_features_sec(feature, expect_in, linked=True)
10240
10241 def compile(flags):
10242 self.run_process([EMCC, test_file('hello_world.c')] + flags)
10243
10244 # Default features, unlinked and linked
10245 compile(['-c'])

Callers 7

extract_comp_dir_mapFunction · 0.80
extract_func_rangesFunction · 0.80
read_dwarf_infoFunction · 0.80
js_optimizer.pyFile · 0.80
mainFunction · 0.80
has_defined_functionMethod · 0.80

Calls 2

test_fileFunction · 0.90
run_processMethod · 0.80

Tested by

no test coverage detected