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

Method __init__

tools/system_libs.py:1759–1760  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

1757 src_files = ['Unwind-wasm.c']
1758
1759 def __init__(self, **kwargs):
1760 super().__init__(**kwargs)
1761
1762 def can_use(self):
1763 return super().can_use() and self.eh_mode in {Exceptions.WASM_LEGACY, Exceptions.WASM}

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected