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

Method get_ext

tools/system_libs.py:619–621  ·  view source on GitHub ↗

Return the appropriate file extension for this library.

(self)

Source from the content-addressed store, hash-verified

617 return self.get_base_name_prefix()
618
619 def get_ext(self):
620 """Return the appropriate file extension for this library."""
621 return '.a'
622
623 def get_filename(self):
624 """Return the full name of the library file, including the file extension."""

Callers 2

get_link_flagMethod · 0.95
get_filenameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected