Rust and web assembly - noob question

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • bevy

    A refreshingly simple data-driven game engine built in Rust

    I believe https://bevyengine.org/ is in the process of adding wasm support. They have a working prototype.

  • wasmtime

    A fast and secure runtime for WebAssembly

    And much like JavaScript, you can also execute WASM outside the browser, in a standalone runtime. For JavaScript it's usually node, for WASM it might be wasmtime.

  • 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.

  • nodejs.dev

    Discontinued A redesign of Nodejs.org built using Gatsby.js with React.js, TypeScript, and Remark.

    And much like JavaScript, you can also execute WASM outside the browser, in a standalone runtime. For JavaScript it's usually node, for WASM it might be wasmtime.

  • wasm-pack

    📦✨ your favorite rust -> wasm workflow tool!

    Usually something like wasm-pack is used to actually bundle Rust for the web.

  • wasm-bindgen

    Facilitating high-level interactions between Wasm modules and JavaScript

    Usually wasm-bindgen and web-sys are used to actually get bindings to the web API from Rust.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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