1 مستودع
Building TCP-based servers from within WebAssembly using low-level socket APIs for custom network services.
Distinct from TCP Socket Programming: Distinct from TCP Socket Programming: this is a WebAssembly-specific implementation of TCP server creation, not general socket programming.
Explore 1 awesome GitHub repository matching networking & communication · WebAssembly TCP Servers. Refine with filters or upvote what's useful.
WasmEdge is an extensible WebAssembly runtime that executes WebAssembly bytecode in a secure sandbox for cloud, edge, and embedded applications. It functions as a multi-language compiler, compiling applications written in Rust, JavaScript, Go, and Python into WebAssembly bytecode for sandboxed execution, and as a server-side JavaScript runtime that runs JavaScript programs with ES6 modules, NPM packages, and Node.js-compatible APIs. The runtime also serves as an AI inference runtime, executing AI models from JavaScript using WASI-NN plug-ins for inference tasks on personal devices and edge har
Builds TCP-based servers from WebAssembly using low-level socket APIs for custom network services.