Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ output_name
Method
output_name
test/common.py:726–728 ·
view source on GitHub ↗
(self, basename)
Source
from the content-addressed store, hash-verified
724
return
imports, exports, funcs
725
726
def
output_name(self, basename):
727
suffix = get_output_suffix(self.get_cflags())
728
return
basename + suffix
729
730
@classmethod
731
def
setUpClass(cls):
Callers
15
test_response_file
Method · 0.80
test_cube2hash
Method · 0.80
test_exceptions_3
Method · 0.80
test_exceptions_allowed
Method · 0.80
test_em_js
Method · 0.80
test_memorygrowth
Method · 0.80
test_memorygrowth_2
Method · 0.80
dylink_testf
Method · 0.80
test_dylink_basics
Method · 0.80
test_stat
Method · 0.80
test_iostream_and_determinism
Method · 0.80
test_dlmalloc_inline
Method · 0.80
Calls
2
get_cflags
Method · 0.95
get_output_suffix
Function · 0.85
Tested by
15
test_response_file
Method · 0.64
test_cube2hash
Method · 0.64
test_exceptions_3
Method · 0.64
test_exceptions_allowed
Method · 0.64
test_em_js
Method · 0.64
test_memorygrowth
Method · 0.64
test_memorygrowth_2
Method · 0.64
dylink_testf
Method · 0.64
test_dylink_basics
Method · 0.64
test_stat
Method · 0.64
test_iostream_and_determinism
Method · 0.64
test_dlmalloc_inline
Method · 0.64