MCPcopy 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
120def IsModuleCommand(command):
121 return (command['type'] == 'module' or
122 command['type'] == 'assert_uninstantiable')
123
124
125class CWriter(object):

Callers 3

GetModuleFilenamesMethod · 0.85
_CacheModulePrefixesMethod · 0.85
_WriteModuleInstancesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected