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

Method get_default_variation

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

Source from the content-addressed store, hash-verified

728
729 @classmethod
730 def get_default_variation(cls, **kwargs):
731 return super().get_default_variation(
732 is_mt=settings.PTHREADS,
733 is_ww=settings.SHARED_MEMORY and not settings.PTHREADS,
734 **kwargs,
735 )
736
737 @classmethod
738 def variations(cls):

Callers

nothing calls this directly

Calls 1

get_default_variationMethod · 0.45

Tested by

no test coverage detected