Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ logi
Function
logi
emrun.py:141–143 ·
view source on GitHub ↗
Prints a log message to stdout. Always printed.
(msg)
Source
from the content-addressed store, hash-verified
139
140
141
def
logi(msg):
142
""
"Prints a log message to stdout. Always printed."
""
143
print_message(msg, sys.stdout)
144
145
146
def
logv(msg):
Callers
6
serve_forever
Method · 0.85
do_POST
Method · 0.85
list_android_browsers
Function · 0.85
list_pc_browsers
Function · 0.85
run
Function · 0.85
main
Function · 0.85
Calls
1
print_message
Function · 0.85
Tested by
no test coverage detected