Showing 32 open source projects for "wasm"

View related business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    wasm-pack

    wasm-pack

    Your favorite rust -> wasm workflow tool!

    This tool seeks to be a one-stop-shop for building and working with rust-generated WebAssembly that you would like to interop with JavaScript, in the browser or with Node.js. wasm-pack helps you build rust-generated WebAssembly packages that you could publish to the npm registry, or otherwise use alongside any javascript packages in workflows that you already use, such as webpack. This project is a part of the rust-wasm group. You can find more info by visiting that repo! Currently, wasm-pack requires that you have npm installed to pack and publish your package. ...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    wasm-tools

    wasm-tools

    CLI and Rust libraries for low-level manipulation of WebAssembly

    wasm-tools is a comprehensive suite of command-line utilities and Rust libraries for working with WebAssembly modules at a low level, providing developers with the ability to inspect, validate, transform, and generate Wasm binaries. It includes a wide range of subcommands that handle tasks such as converting between text and binary formats, validating module structure, and printing human-readable representations of compiled code.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    wasm-bindgen

    wasm-bindgen

    Facilitating high-level interactions between Wasm modules and Js

    ...One of its key design principles is efficiency, following a “pay only for what you use” model where only the required bindings are generated, minimizing unnecessary overhead. It also integrates into modern build pipelines through tools like wasm-pack.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Trunk

    Trunk

    Build, bundle & ship your Rust WASM application to the web

    Trunk is a WASM web application bundler for Rust. Trunk uses a simple, optional-config pattern for building & bundling WASM, JS snippets & other assets (images, CSS, SCSS) via a source HTML file. Any additional tools like wasm-bindgen and wasm-opt are automatically downloaded and managed by trunk. Therefore, no further steps are required. Get set up with your favorite wasm-bindgen based framework.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    runwasi

    runwasi

    Facilitates running Wasm / WASI workloads managed by containerd

    ...The project includes reference implementations and shims that connect Wasm runtimes to containerd, enabling developers to deploy and manage Wasm applications similarly to Docker containers. It also supports running workloads directly through containerd CLI tools or via orchestration systems, making it flexible for different deployment scenarios.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Artificial Intelligence Controller

    Artificial Intelligence Controller

    AICI: Prompts as (Wasm) Programs

    AICI is a framework that allows developers to build controllers that constrain and direct the output of Large Language Models (LLMs). By treating prompts as WebAssembly (Wasm) programs, AICI enables more precise and controlled interactions with LLMs, enhancing their utility in various applications. This approach allows for the creation of more reliable and predictable AI-driven systems.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    IronClaw

    IronClaw

    IronClaw is OpenClaw inspired but focused on privacy & security

    ...The platform emphasizes transparency, offering auditable code with no hidden telemetry or data harvesting. IronClaw runs untrusted tools inside isolated WebAssembly (WASM) sandboxes with strict capability-based permissions. It supports multiple interaction channels, including REPL, HTTP webhooks, Telegram, Slack, and a real-time web gateway. With dynamic tool building, persistent memory, and background automation, IronClaw is built to securely expand and adapt to your personal and professional workflows.
    Downloads: 33 This Week
    Last Update:
    See Project
  • 8
    jawsm

    jawsm

    JavaScript to WASM compiler

    ...Unlike traditional approaches that require bundling a JavaScript engine or using a restricted subset of the language, Jawsm seeks to compile full JavaScript directly into WebAssembly, leveraging modern Wasm capabilities to execute code efficiently. The project is still in early development, with many JavaScript features and built-in objects not yet fully implemented, but its long-term goal is to achieve near-complete compatibility with the language. Its design is motivated by the desire to reduce runtime overhead and binary size compared to interpreter-based solutions, especially in environments where performance and portability are critical.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Summa

    Summa

    Full-text IPFS-friendly and WASM-compatible Search in Rust

    ...Thanks to the embedded IPFS daemon, your data can be replicated and published through P2P, allowing for a truly distributed and uncensorable search experience. And, thanks to compatibility with WASM, Summa can be launched entirely inside your browser, enabling you to search in network-published indices without ever having to execute search queries on remote servers.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    Nox

    Nox

    Rust implementation of the Fluence network peer

    Nox is a decentralized, serverless execution platform for running secure WebAssembly (Wasm) modules over the Fluence peer-to-peer network. It enables developers to build and deploy composable services without central servers, ensuring tamper-resistant logic and trustless computation. Nox is designed to support multi-peer coordination, decentralized app logic, and data privacy, using Fluence’s Aqua programming model. Ideal for Web3 developers, Nox provides the building blocks to run interoperable backends directly from the edge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RustPython

    RustPython

    A Python Interpreter written in Rust

    RustPython is an implementation of the Python programming language written in Rust. Its goal is to provide a fast, embeddable, and secure interpreter that can be integrated into Rust applications or used standalone. Because it’s in Rust, it benefits from memory safety and modern tooling, allowing developers to compile Python into efficient binaries or embed it as a scripting engine in Rust projects. The interpreter aims to support the Python standard library, dynamic typing, garbage...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Zellij

    Zellij

    A terminal workspace with batteries included

    Zellij is a Rust-based terminal workspace tool—similar to tmux or screen—designed for both ease of use and configurability. It provides multi-pane and tab support, floating and stacked panes, session persistence, customizable layouts, mouse interaction, and a plugin system using WebAssembly. It supports multiplayer collaboration and works out-of-the-box while offering power users deep customization.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 13
    GlueSQL

    GlueSQL

    GlueSQL is quite sticky. It attaches to anywhere

    An embedded SQL database engine written in Rust, designed for lightweight, in-memory, and persistent storage use cases.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    Zinnia

    Zinnia

    Runtime for worker nodes executing modules

    Zinnia is a runtime for Filecoin Station modules. It provides a sandboxed environment to execute untrusted code on consumer-grade computers. Zinnia is a sandboxed and resource-limited runtime for distributed workers. This crate provides the zinnia executable to run modules locally, e.g. while developing.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 15
    Percy

    Percy

    Build frontend browser apps with Rust + WebAssembly

    ...Percy supports multiple rendering strategies, including client-side rendering, server-side rendering, and hybrid approaches, giving developers flexibility in how applications are delivered and optimized. The framework integrates closely with the Rust ecosystem, leveraging tools like wasm-bindgen to compile Rust code into WebAssembly modules that run in the browser. It emphasizes performance and type safety, allowing developers to build complex interfaces while benefiting from Rust’s compile-time guarantees. Percy also includes routing and component state management features, enabling the creation of full-featured single-page applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Matchbox

    Matchbox

    Painless peer-to-peer WebRTC networking for rust wasm

    Matchbox is a WebRTC-based networking library for the Bevy game engine, enabling multiplayer games to run in the browser or native environments with peer-to-peer communication. It handles matchmaking, NAT traversal, and synchronization in real-time, making it easier for game developers to add fast and scalable multiplayer features. Designed with simplicity and performance in mind, Matchbox supports both WebAssembly and desktop targets. It’s especially useful for browser-based games that need...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Static Web Server

    Static Web Server

    A cross-platform, high-performance and asynchronous web server

    ...Written on top of Hyper and Tokio runtime, it provides concurrent and asynchronous networking abilities and the latest HTTP/1 - HTTP/2 implementations. Cross-platform and available for Linux, macOS, Windows, FreeBSD, NetBSD, Android, Docker and Wasm (via Wasmer).
    Downloads: 28 This Week
    Last Update:
    See Project
  • 18
    Trunk

    Trunk

    Build, bundle & ship your Rust WASM application to the web

    Trunk is a modern web application bundler specifically designed for Rust and WebAssembly projects, providing a streamlined workflow for building, packaging, and deploying frontend applications. It operates around a minimal-configuration philosophy, using a single HTML entry point to orchestrate the bundling of WebAssembly modules, JavaScript snippets, stylesheets, and other assets. This approach simplifies the build process compared to traditional bundlers by reducing the need for complex...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    min-sized-rust

    min-sized-rust

    How to minimize Rust binary size

    min-sized-rust is a practical, research-oriented repository that demonstrates how to aggressively reduce the size of compiled Rust binaries through a combination of compiler flags, linker optimizations, and code-level techniques. By default, Rust prioritizes performance, debuggability, and compile speed, which often results in relatively large binaries, especially in debug mode or when including standard libraries. This project systematically explores how to invert those priorities, focusing...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    v86

    v86

    x86 PC emulator and x86-to-wasm JIT, running in the browser

    v86 is an open-source x86 PC emulator that runs entirely in the browser using WebAssembly for near-native performance. It translates x86 machine code into WebAssembly at runtime, enabling users to boot and run full operating systems without installing anything locally. The emulator supports a wide range of legacy systems, including Linux, Windows 95/98/2000, FreeDOS, and various experimental OSes. It simulates essential hardware components such as CPU, memory, VGA graphics, sound cards,...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    Wasmi

    Wasmi

    Efficient and versatile WebAssembly interpreter for embedded systems

    wasmi is a lightweight WebAssembly interpreter written in Rust that is designed to execute Wasm binaries efficiently in constrained or embedded environments. Unlike JIT-based runtimes, wasmi focuses on interpretation, prioritizing portability, determinism, and low resource usage over maximum raw performance. It is particularly well-suited for blockchain systems, embedded devices, and other contexts where predictable execution and minimal dependencies are critical.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Rust Course

    Rust Course

    It has been the world's most popular language for 8 consecutive years

    The Rust语言圣经 (Rust Language Bible) is a comprehensive, Chinese-language Rust tutorial that aims to take learners from beginner concepts to advanced mastery. The course is carefully designed with a structured catalog, vivid and approachable language, and an engaging style that avoids the dry and mechanical tone of many technical books. It covers the basics of Rust, such as ownership, borrowing, lifetimes, traits, and generics, but also dives deep into advanced topics like performance...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Gloo

    Gloo

    A modular toolkit for building fast, reliable Web applications

    Gloo is a modular toolkit for building web applications in Rust using WebAssembly, providing ergonomic abstractions over low-level browser APIs. Instead of acting as a full framework, Gloo is designed as a collection of small, focused libraries that developers can use individually or together depending on their needs. It wraps complex bindings from libraries like web-sys and js-sys, making browser APIs easier to use in idiomatic Rust while maintaining performance and type safety. The toolkit...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    k23

    k23

    Experimental WASM Microkernel Operating System

    k23 is a microkernel-based operating system project written in Zig, an emerging systems programming language focused on safety, simplicity, and performance. k23 explores the design of modern OS features like message-passing, memory protection, and modular service construction using Zig’s powerful low-level capabilities. It is an experimental and educational project intended to show how Zig can be used for robust, readable systems programming while enabling contributors to rethink traditional...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Yew

    Yew

    Rust / Wasm framework for building client web apps

    A framework for creating reliable and efficient web applications. Features a component-based framework that makes it easy to create interactive UIs. Developers who have experience with frameworks like React and Elm should feel quite at home when using Yew. Features a macro for declaring interactive HTML with Rust expressions. Developers who have experience using JSX in React should feel quite at home when using Yew. Features server-side rendering for all the SEO and enhancements of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB