wasefire icon indicating copy to clipboard operation
wasefire copied to clipboard

Write the web client of the host runner in Rust

Open ia0 opened this issue 2 years ago • 0 comments

The web client is currently written in Javascript. This means duplication of the transport format (besides the issues specific to Javascript as a language). By writing the web client in Rust compiled to Wasm, the web-common crate can be used by both the client and server, enforcing a single source of truth for the transport format.

ia0 avatar Oct 20 '23 14:10 ia0