SaaSHub helps you find the best software and product alternatives Learn more →
Wasmedge_wasi_socket Alternatives
Similar projects and alternatives to wasmedge_wasi_socket
-
SSVM
WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
microservice-rust-mysql
A template project for building a database-driven microservice in Rust and run it in the WasmEdge sandbox.
-
wasmedge-quickjs
A high-performance, secure, extensible, and OCI-complaint JavaScript runtime for WasmEdge.
-
wasmedge_hyper_demo
Lightweight HTTP servers based on hyper / warp frameworks in the WasmEdge Runtime.
-
dapr-wasm
A template project to demonstrate how to run WebAssembly functions as sidecar microservices in dapr
-
tencent-scf-wasm-runtime
基于 WebAssembly 容器镜像的高性能腾讯云函数开发模版。A template project for building high-performance, portable, and safe serverless functions in Tencent Serverless Cloud Functions.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
aws-lambda-wasm-runtime
A template project for building high-performance, portable, and safe serverless functions in AWS Lambda.
-
-
-
-
WasmEdge
WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.
wasmedge_wasi_socket discussion
wasmedge_wasi_socket reviews and mentions
-
Release: WasmEdge 0.12 and 0.12.1
https://github.com/WasmEdge/WasmEdge/tree/master/plugins/was...
A good example of WasmEdge 0.12.1 WASI enhancement is the ability to limit the Wasm app to read-only access to files and folders.
WasmEdge sockets API is refactored in 0.12.1 to be compatible with the much more limited WASI socket proposal. WasmEdge sockets have become a super set of WASI sockets.
The WasmEdge networking sockets got new features in version 0.12.1, such as DNS, network device binding and TLS. You will be able to create sophisticated microservices that require highly-efficient non-blocking network sockets. https://github.com/second-state/wasmedge_wasi_socket
Here are several complex networking applications possible with WasmEdge sockets.
-
Using wasm as a scripting language, is it possible to allow normal, unsandboxed, OS functions?
I tested some simple things with wasmer, and it looks pretty good, the problem is that plugins are completly isolated from the world. This might be exactly what other people are searching, but i want the plugins to be able to open a TcpSocket, read a file, or whatever. I'm aware that i could write my own API for that, like this one.
-
Running JavaScript in WebAssembly with WasmEdge
First, let’s build a WebAssmbly-based JavaScript interpreter program for WasmEdge. It is based on QuickJS with WasmEdge extensions, such as network sockets and Tensorflow inference, incorporated into the interpreter as JavaScript APIs. You will need to install Rust to build the interpreter.
-
A note from our sponsor - SaaSHub
www.saashub.com | 26 Mar 2025
Stats
second-state/wasmedge_wasi_socket is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of wasmedge_wasi_socket is Rust.
Popular Comparisons
- wasmedge_wasi_socket VS tencent-scf-wasm-runtime
- wasmedge_wasi_socket VS aws-lambda-wasm-runtime
- wasmedge_wasi_socket VS dapr-wasm
- wasmedge_wasi_socket VS wasmedge_hyper_demo
- wasmedge_wasi_socket VS wasmedge-quickjs
- wasmedge_wasi_socket VS SSVM
- wasmedge_wasi_socket VS microservice-rust-mysql
- wasmedge_wasi_socket VS fluvio
- wasmedge_wasi_socket VS wasmedge-rustsdk-examples
- wasmedge_wasi_socket VS wasmedge-db-examples