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

Class InvalidWasmError

tools/webassembly.py:175–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174
175class InvalidWasmError(BaseException):
176 pass
177
178
179Section = namedtuple('Section', ['type', 'size', 'offset', 'name'])

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected