5 comments (5 comments)3 reactions (3 reactions)0 assignees (0 assignees)C++3,519 forks (3,519 forks)batch import
help wanted
Repository metrics
- Stars
- 27,361 stars (27,361 stars)
- PR merge metrics
- Avg merge 19d 10h (Avg merge 19d 10h)147 merged PRs in 30d (147 merged PRs in 30d)
Description
The Direct Sockets API is currently in trial in chrome://flags. If this were to be implemented it would allow network sockets to work within Emscripten in a web browser without the need of a proxy.
Contributor guide
- Research direction
- Study the Direct Sockets API explainer and Emscripten's current socket implementation to design integration.
- Tech stack
- cppwasm
- Domain
- toolingapi
- Issue type
- Feature
- Prerequisites
- C++WebAssemblyNetworking