MCPcopy Create free account
hub / github.com/WebAssembly/wabt / _WriteModuleCommand

Method _WriteModuleCommand

test/run-spec-wasm2c.py:264–266  ·  view source on GitHub ↗
(self, command)

Source from the content-addressed store, hash-verified

262 self.out_file.write('\n')
263
264 def _WriteModuleCommand(self, command):
265 self.module_idx += 1
266 self._WriteModuleInitCall(command, False)
267
268 def _WriteModuleInstances(self):
269 idx = 0

Callers

nothing calls this directly

Calls 1

_WriteModuleInitCallMethod · 0.95

Tested by

no test coverage detected