InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Wasmedge_hyper_demo Alternatives
Similar projects and alternatives to wasmedge_hyper_demo
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
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.
-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
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_hyper_demo discussion
wasmedge_hyper_demo reviews and mentions
-
Release: WasmEdge 0.12 and 0.12.1
https://github.com/second-state/microservice-rust-mysql
https://github.com/WasmEdge/wasmedge-db-examples
https://github.com/WasmEdge/wasmedge_hyper_demo
WasmEdge is already one of the smallest and most efficient Wasm runtimes out there. It embeds into libsql (SQLite on the server!) to execute user definited functions to perform complex tasks like HTTPS web services & AI inference from SQL statements! https://wasmedge.org/docs/embed/use-case/libsql/
The WasmEdge C++ and Rust SDKs allow host applications to embed Wasm functions asynchronously. It is critically important in many applications where the embedded Wasm function is simply not allowed to block the execution of the host applications. https://github.com/second-state/wasmedge-rustsdk-examples/bl...
Asynchronous host SDKs are complex and a lot of work still remains. We are continuously improving it with our end user and partner communities.
Preview: https://github.com/L-jasmine/WasmEdge/tree/feat/async
What's coming next?
* Support plugins in our Docker and k8s integrations
- A Warp (Rust)-based HTTP server app in a Docker+WASM container less than 1MB
- A Warp (framework in Rust)-based HTTP server app in a Docker + Wasm container is less than 1MB. Compare: std Nginx container image is 50MB.
-
Easier examples for the WasmEdge Rust SDK to get started with this Wasm runtime quickly.
WasmEdge supports some non-standard but necessary extensions for cloud-native environments. For example, it supports non-blocking network sockets and web services, like Tokio, WasmEdge-bindgen for complex para passing, and Tensorflow / AI inference. https://github.com/WasmEdge/wasmedge_hyper_demo
- A complete microservice backed by MySQL, written in Rust and compiled into WASM
-
A note from our sponsor - InfluxDB
www.influxdata.com | 19 May 2025
Stats
The primary programming language of wasmedge_hyper_demo is Rust.
Popular Comparisons
- wasmedge_hyper_demo VS microservice-rust-mysql
- wasmedge_hyper_demo VS wasmedge-rustsdk-examples
- wasmedge_hyper_demo VS wasmedge-db-examples
- wasmedge_hyper_demo VS wasmedge_wasi_socket
- wasmedge_hyper_demo VS podman-wasm
- wasmedge_hyper_demo VS WasmEdge
- wasmedge_hyper_demo VS mediapipe-rs
- wasmedge_hyper_demo VS fluvio
- wasmedge_hyper_demo VS wasmedge-quickjs
- wasmedge_hyper_demo VS SSVM