State of debugging in Rust -> Wasm

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
  • wasm-bindgen

    Facilitating high-level interactions between Wasm modules and JavaScript

  • If you are using wasm-bindgen, debugging is going to be restricted to print statements until this issue is fixed. If you don't use wasm-bindgen you don't have to worry about that and you can use the C/C++ DevTools Support (DWARF) extension, which supports rust just fine. If you want to redesign your architecture is really up to you, but I probably would stick to JavaScript personally.

  • 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