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

Method can_build

tools/system_libs.py:422–427  ·  view source on GitHub ↗

Whether this library can be built in the current environment. Override this if, for example, the library can only be built on WASM backend.

(self)

Source from the content-addressed store, hash-verified

420 return True
421
422 def can_build(self):
423 """Whether this library can be built in the current environment.
424
425 Override this if, for example, the library can only be built on WASM backend.
426 """
427 return True
428
429 def erase(self):
430 cache.erase_file(self.get_path())

Callers 3

get_all_variationsMethod · 0.45
get_usable_variationsMethod · 0.45
can_buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected