Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ exe_suffix
Function
exe_suffix
test/common.py:146–147 ·
view source on GitHub ↗
(cmd)
Source
from the content-addressed store, hash-verified
144
145
146
def
exe_suffix(cmd):
147
return
cmd +
'.exe'
if
WINDOWS
else
cmd
148
149
150
def
compiler_for(filename, force_c=False):
Callers
1
path_without_tool
Function · 0.90
Calls
no outgoing calls
Tested by
1
path_without_tool
Function · 0.72