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

Method get_default_variation

tools/system_libs.py:891–899  ·  view source on GitHub ↗
(cls, **kwargs)

Source from the content-addressed store, hash-verified

889
890 @classmethod
891 def get_default_variation(cls, **kwargs):
892 if settings.SUPPORT_LONGJMP == 'wasm':
893 if settings.WASM_LEGACY_EXCEPTIONS:
894 eh_mode = Exceptions.WASM_LEGACY
895 else:
896 eh_mode = Exceptions.WASM
897 else:
898 eh_mode = Exceptions.EMSCRIPTEN
899 return super().get_default_variation(eh_mode=eh_mode, **kwargs)
900
901
902class MuslInternalLibrary(Library):

Callers

nothing calls this directly

Calls 1

get_default_variationMethod · 0.45

Tested by

no test coverage detected