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

Method can_build

tools/system_libs.py:744–746  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

742 return [combo for combo in combos if not combo['is_mt'] or not combo['is_ww']]
743
744 def can_build(self):
745 # Wasm workers do not support dynamic linking.
746 return super().can_build() and not (settings.MAIN_MODULE and self.is_ww)
747
748
749class DebugLibrary(Library):

Callers

nothing calls this directly

Calls 1

can_buildMethod · 0.45

Tested by

no test coverage detected