What is the best way to add WASM support to my project?

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

    My Chip8 interpreter library

  • I've been making a simple chip8 emulator library in Rust (here), and now I would like to add support for WASM, so I can create a UI in React for it.

  • tsify

    A library for generating TypeScript definitions from rust code.

  • The Tsify crate can also generate these types for you from Rust types. Doing this with auto-generated conversions via serde is quite nice and simple, though for something like a framebuffer that has to be passed back and forth a lot, you might want to hand-code something more efficient.

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

    InfluxDB logo
  • ui2

  • Yes, this is very much incomplete, but this is my latest project where I did this: https://github.com/jamesblacklock/ui2/tree/runtime/

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