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

Method RunWithArgs

test/utils.py:90–95  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

88 return stdout
89
90 def RunWithArgs(self, *args, **kwargs):
91 stdout, stderr, error = self._RunWithArgsInternal(*args, **kwargs)
92 if stdout:
93 sys.stdout.write(stdout)
94 if error:
95 raise error
96
97 def AppendArg(self, arg):
98 self.after_args.append(arg)

Callers 5

mainFunction · 0.95
mainFunction · 0.95
DoRoundtripFunction · 0.80
_RunWasm2WatMethod · 0.80
_RunWat2WasmMethod · 0.80

Calls 1

_RunWithArgsInternalMethod · 0.95

Tested by

no test coverage detected