Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ IsModuleCommand
Function
IsModuleCommand
test/run-spec-wasm2c.py:120–122 ·
view source on GitHub ↗
(command)
Source
from the content-addressed store, hash-verified
118
119
120
def
IsModuleCommand(command):
121
return
(command[
'type'
] ==
'module'
or
122
command[
'type'
] ==
'assert_uninstantiable'
)
123
124
125
class
CWriter(object):
Callers
3
GetModuleFilenames
Method · 0.85
_CacheModulePrefixes
Method · 0.85
_WriteModuleInstances
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected