rust-playground
rust-playground copied to clipboard
The Rust Playground
Fixes the issue #323 . It adds a button to reset the content of the editor. The session storage is also updated. 
This PR aims to solve #374 , which is the backend service for it. ## Change of code - Add new `wasm-pack` POST method which request Rust `code` and response...
Partially realted to #188 Hey there, folk! Should we try to compile Rust Language Server into WASM to run it in the playground to provide, at least, the intellisence and...
https://github.com/rust-lang/rust/pull/83799 has been stabilized in 1.53, which means that my first name is now a valid Rust identifier. While this is great news, turns out that only `rapha` in `raphaël`...
> After execution, the output could be put under a heading. Usually headings are the best way to navigate a page
Using the [prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) CSS media query, it is possible to detect if the user is using a system-wide dark theme, and the Rust Playground should set the editor to a...
The playground already uses Gists in the background when you want a permalink to the playground with code you've typed in already loaded. Can you please add to the playground...
This is greatly based on #683 but for AST. Fixes #502 finally.
This PR aims to solve #374 , which is the frontend service for it. ## Change of code - Add new `Output/PaneWithWasmPack` and `Output/Container` for rendering wasm result - Add...
@kangalioo, @danielhenrymantilla and I have been trying to figure out how to use the playground to run procedural macros, for [a Discord bot](https://github.com/kangalioo/rustbot). The code so far looks like this:...