Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
class
InvalidWasmError(BaseException):
176
pass
177
178
179
Section = namedtuple(
'Section'
, [
'type'
,
'size'
,
'offset'
,
'name'
])
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected