• AgreeableLandscapeOP
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    5 years ago

    I’m pretty sure the compiled binary is smaller than many (maybe even most) Android apps. Mad props!

    • nutomicA
      link
      fedilink
      arrow-up
      4
      ·
      5 years ago

      That’s probably not a completely fair comparison because Android apps include a lot more media. And removing dead code from libraries is kind of complicated, while Rust does that by default.

      • AgreeableLandscapeOP
        link
        fedilink
        arrow-up
        3
        ·
        5 years ago

        Fair enough. Still, the fact that a complicated web app can fit in a single executable is pretty impressive.