Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/websocket/test_websocket_send.c:155–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
int main() {
156
assert(emscripten_websocket_is_supported());
157
sock1 = create_socket();
158
sock2 = create_socket();
159
emscripten_exit_with_live_runtime();
160
return 0;
161
}
Callers
nothing calls this directly
Calls
2
create_socket
Function · 0.85
assert
Function · 0.50
Tested by
no test coverage detected