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

Function create_lib_emar

tools/system_libs.py:144–148  ·  view source on GitHub ↗
(output_filename, filenames)

Source from the content-addressed store, hash-verified

142
143
144def create_lib_emar(output_filename, filenames):
145 utils.delete_file(output_filename)
146 cmd = [shared.EMAR, 'cr', output_filename] + filenames
147 cmd = building.get_command_with_possible_response_file(cmd)
148 shared.check_call(cmd)
149
150
151def create_lib(libname, inputs):

Callers 1

create_libFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected