Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ add_to_config
Function
add_to_config
test/test_sanity.py:64–66 ·
view source on GitHub ↗
(content)
Source
from the content-addressed store, hash-verified
62
63
64
def
add_to_config(content):
65
with
open(EM_CONFIG,
'a'
, encoding=
'utf-8'
)
as
f:
66
f.write(
'\n'
+ content +
'\n'
)
67
68
69
def
get_basic_config():
Callers
9
restore_and_set_up
Function · 0.85
test_llvm
Method · 0.85
test_node
Method · 0.85
test_FROZEN_CACHE
Method · 0.85
make_fake
Method · 0.85
test_llvm_add_version
Method · 0.85
test_required_config_settings
Method · 0.85
test_binaryen_version
Method · 0.85
test_emcc_with_relative_python_path
Method · 0.85
Calls
2
open
Function · 0.50
write
Method · 0.45
Tested by
no test coverage detected