Comment on Show HN: Sauron – A web framework in Rust that adheres to the Elm architectureparentComments−raquo7yWhat specifically are you waiting for? You can already run rust in the browser, by compiling it to wasm and talking to the DOM using wasm-bindgen (like this Sauron library is doing).
Comments
What specifically are you waiting for? You can already run rust in the browser, by compiling it to wasm and talking to the DOM using wasm-bindgen (like this Sauron library is doing).