wasmedge-quickjs VS wasmedge-db-examples

Compare wasmedge-quickjs vs wasmedge-db-examples and see what are their differences.

wasmedge-quickjs

A high-performance, secure, extensible, and OCI-complaint JavaScript runtime for WasmEdge. (by second-state)

wasmedge-db-examples

Lightweight database clients in the WasmEdge Runtime (by WasmEdge)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
wasmedge-quickjs wasmedge-db-examples
11 7
448 61
1.1% -
7.6 7.2
3 months ago 3 days ago
JavaScript Rust
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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-quickjs

Posts with mentions or reviews of wasmedge-quickjs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-04.

wasmedge-db-examples

Posts with mentions or reviews of wasmedge-db-examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-16.
  • Develop+Deploy RAG Bots with LlamaEdge: Across OSes, Nvidia, ARM Using Vector DB
    2 projects | news.ycombinator.com | 16 Feb 2024
    LlamaEdge is not just a lightweight and portable runtime for chatbots. It is an app dev platform for portable LLM apps! RAG chatbots and AI agents can be developed on Mac or Windows, compiled to Wasm, and then deployed across Nvidia / AMD / ARM devices, fully taking advantage of on-device GPUs, NPUs etc.

    Hence, besides the LLM runtime, those LLM apps also need to manage embeddings in vector db. This example shows how to access the Qdrant vector db from your portable Wasm apps!

    https://github.com/WasmEdge/wasmedge-db-examples/tree/main/q...

  • Time-series data ingestion from Rust WebAssembly application, leveraging GreptimeDB and WasmEdge
    2 projects | dev.to | 22 Dec 2023
    The above sample program has been added to the WasmEdge database usage demonstration. You can find the full source code in the GitHub repository at https://github.com/WasmEdge/wasmedge-db-examples/tree/main/greptimedb.
  • Release: WasmEdge 0.12 and 0.12.1
    10 projects | news.ycombinator.com | 28 May 2023
    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

  • Easier examples for the WasmEdge Rust SDK to get started with this Wasm runtime quickly.
    5 projects | /r/rust | 5 Dec 2022
    2.WasmEdge support MySQL-based databases, caches, and DOs. https://github.com/WasmEdge/wasmedge-db-examples
  • A complete microservice backed by MySQL, written in Rust and compiled into WASM
    8 projects | news.ycombinator.com | 25 Oct 2022

What are some alternatives?

When comparing wasmedge-quickjs and wasmedge-db-examples you can also consider the following projects:

aws-lambda-wasm-runtime - A template project for building high-performance, portable, and safe serverless functions in AWS Lambda.

podman-wasm

stdweb - A standard library for the client-side Web

microservice-rust-mysql - A template project for building a database-driven microservice in Rust and run it in the WasmEdge sandbox.

rustwasmc - Tool for building Rust functions for Node.js. Combine the performance of Rust, safety and portability of WebAssembly, and ease of use of JavaScript.

wasmtime - A fast and secure runtime for WebAssembly

dapr-wasm - A template project to demonstrate how to run WebAssembly functions as sidecar microservices in dapr

wasmedge_hyper_demo - Lightweight HTTP servers based on hyper / warp frameworks in the WasmEdge Runtime.

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.

mediapipe-rs - A Rust library for mediapipe tasks for WasmEdge WASI-NN.

tencent-scf-wasm-runtime - 基于 WebAssembly 容器镜像的高性能腾讯云函数开发模版。A template project for building high-performance, portable, and safe serverless functions in Tencent Serverless Cloud Functions.

wasmedge-rustsdk-examples