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

Function ChangeExt

test/utils.py:126–127  ·  view source on GitHub ↗
(path, new_ext)

Source from the content-addressed store, hash-verified

124
125
126def ChangeExt(path, new_ext):
127 return os.path.splitext(path)[0] + new_ext
128
129
130def ChangeDir(path, new_dir):

Callers 2

_RunWasm2WatMethod · 0.90
_RunWat2WasmMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected