Building a web application with Rust and WebAssembly

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

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

    A WASM-based Yew web app to manipulate text by some commonly used operations.

  • Nice. I too built a WASM web frontend with Yew last weekend. https://github.com/aalekhpatel07/text-cleaner

  • trunk

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

  • Use trunk. It's great.

  • 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
  • mini-css-extract-plugin

    Lightweight CSS extraction plugin

  • This shouldn't be the case, at least not if you're doing it "properly". For dev builds, sure, but for production, it's better to use something like mini-css-extract-plugin to extract the bundled CSS into separate files. Then for files in your main entrypoint, the CSS will be loaded via tags, and files loaded via code-splitting, the tags will be added to the DOM dynamically.

  • black-hat-rust

    Applied offensive security with Rust - https://kerkour.com/black-hat-rust

  • Check the goal of author's book - https://kerkour.com/black-hat-rust Im my opinion, the knowledge itself is neither good or bad - usage of this knowledge is the thing that matters. This particular knowledge is applicable not only for script kiddies, but also for security experts, who develop protection.

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