Rust + WebAssembly + JavaScript

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

  • Click here to take a look at the source!

  • wasm-bindgen

    Facilitating high-level interactions between Wasm modules and JavaScript

  • [package] name = "hello-world" version = "0.1.0" edition = "2021" # We add cdylib and rlib to tell rust # it needs to build for WebAssembly and Rust [lib] crate-type = ["cdylib", "rlib"] [dependencies] # wasm-bindgen builds the JavaScript bindings # Take a look at the following link for more info: # https://rustwasm.github.io/docs/wasm-bindgen/ wasm-bindgen = "0"

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

    WorkOS logo
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