You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since rust code can be compiled to javascript/webassembly, wouldn't it be possible to build this into a single static page that one could open in a browser without any server or configuration?
Rustc would then run within the browser instead of on the webserver.
I am aware that this would be much work (if at all possible) and outside the scope of this project, but it could greatly reduce the load on the rust playground servers for example, couldn't it?
The text was updated successfully, but these errors were encountered:
The last thing I noticed about Rust and wasm!
Ingvar Stepanyan - Interaction with real-world JavaScript from compiled Rust https://youtu.be/zxIbTfsOJZE?t=44m53s
There are two closed unsolved issues until now. rust-lang/rust#41409
Since rust code can be compiled to javascript/webassembly, wouldn't it be possible to build this into a single static page that one could open in a browser without any server or configuration?
Rustc would then run within the browser instead of on the webserver.
I am aware that this would be much work (if at all possible) and outside the scope of this project, but it could greatly reduce the load on the rust playground servers for example, couldn't it?
The text was updated successfully, but these errors were encountered: