wasmedge_wasi_socket
dapr-wasm
wasmedge_wasi_socket | dapr-wasm | |
---|---|---|
3 | 4 | |
71 | 279 | |
- | 1.1% | |
5.2 | 5.8 | |
7 months ago | over 1 year ago | |
Rust | Rust | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wasmedge_wasi_socket
-
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.
dapr-wasm
-
Rust microservices in server-side WebAssembly
The Dapr SDK for WASI (WebAssembly System Interface) enables WasmEdge-based microservices to access their attached Dapr sidecars. A complete demo application with a Jamstack static web frontend, three microservices, and a database service is also available.
-
Lightweight Dapr Microservices in WebAssembly
Dapr is a very popular sidecar-based application framework that supports microservices written in many languages. WasmEdge is a cloud-native WebAssembly runtime. It provides the necessary networking APIs to support WebAssembly-based microservices.
Learn how to create Rust and JavaScript functions, and run them as Dapr microservices through the WasmEdge runtime? How to interact with Dapr APIs from the WebAssembly function and how to manage the WadmEdge microservices using Kubernetes? Source code and a live example are available here: https://github.com/second-state/dapr-wasm
-
Image Recognition App using GoLang | Tensorflow | WasmEdge | Dapr | Docker
git clone https://github.com/second-state/dapr-wasm.git
-
Running JavaScript in WebAssembly with WasmEdge
Runtime for sidecar applications in a service mesh
What are some alternatives?
tencent-scf-wasm-runtime - 基于 WebAssembly 容器镜像的高性能腾讯云函数开发模版。A template project for building high-performance, portable, and safe serverless functions in Tencent Serverless Cloud Functions.
aws-lambda-wasm-runtime - A template project for building high-performance, portable, and safe serverless functions in AWS Lambda.
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.
awesome-dapr - A cruated list of awesome Dapr application runtime related tools.