A tiny rust compiler

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

    Alternative rust compiler (re-implementation)

    Sounds like mrustc

  • rustc_codegen_cranelift

    Cranelift based backend for rustc

    Sounds like you want to take a look at rustc_codegen_cranelift then.

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

  • mold

    Mold: A Modern Linker 🦠

    You might be able to cut down compilation time by using mold, which is a much faster linker than the default. In large projects, linking can take a considerable amount of time, and has to be done for all dependencies despite incremental compilation, so mold can help a lot.

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