• voxel
    link
    fedilink
    9
    edit-2
    2 years ago

    yeah, templates can be parsed at compile time but these frameworks are not embeeding whole fucking prerendered static pages/assets

    • @[email protected]
      link
      fedilink
      82 years ago

      They are nowadays. Compiling assets and static data into rust and deliver virtual DOM via websocket to the browser is the new cool kid in the corner.

      Have a look at dioxus

    • @[email protected]
      link
      fedilink
      3
      edit-2
      2 years ago

      Compiling all assets into the binary is trivial in rust. When I have a small web server that generates everything in code I usually compile the favicon into the binary.