Out of the loop: WASM for non-web projects

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/rust

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarQube - Static code analysis for 29 languages.
  • SaaSHub - Software Alternatives and Reviews
  • wasmtime

    A fast and secure runtime for WebAssembly

  • wasmer

    🚀 The leading WebAssembly Runtime supporting WASI and Emscripten

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • botnet

    Multiplayer programming game using Rust and WebAssembly

    I was/am working on a project (https://github.com/JMS55/botnet), where users upload scripts compiled to WASM to control entities on a game server, so that they can write custom behavior.

  • bytehound

    A memory profiler for Linux.

  • wasm-as-html

    Distribute a wasm SPA as HTML by wrapping it as a polyglot "html+wasm+zip"

    This vacation, I've got around to this clever stupid solution to embed an HTML/Browser polyfill into the WASM module without changing any of its actual native functionality. Make your programs run it on user's machines that don't even know what PyPI/WASI/wasmtime is! Just give them an '''html''' page.

  • extism

    The Universal Plug-in System. Extend anything with WebAssembly (wasm).

    There's a project working on a generic solution for this: https://github.com/extism/extism

  • rusty-hermit

    RustyHermit - A Rust-based, lightweight unikernel

    https://github.com/hermitcore/rusty-hermit is one such project for a mini VM in Rust.

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • gc

    Branch of the spec repo scoped to discussion of GC integration in WebAssembly

    To be fair, there is a GC proposal and some runtimes might even already be working on it, but as of today we have no WASM runtime that handles garbage collection.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts