Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
def
ChangeExt(path, new_ext):
127
return
os.path.splitext(path)[0] + new_ext
128
129
130
def
ChangeDir(path, new_dir):
Callers
2
_RunWasm2Wat
Method · 0.90
_RunWat2Wasm
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected