Skip to content

Commit

Permalink
Add tinyurls.
Browse files Browse the repository at this point in the history
  • Loading branch information
defcronyke committed Jun 5, 2021
1 parent abf3345 commit 2183d34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---

v0.1.0 - 2021 by `Jeremy Carter <[email protected]>`
v0.1.2 - 2021 by `Jeremy Carter <[email protected]>`

GitLab: [https://gitlab.com/defcronyke/rust-playground-api](https://gitlab.com/defcronyke/rust-playground-api)
GitHub: [https://github.com/defcronyke/rust-playground-api](https://github.com/defcronyke/rust-playground-api)
Expand All @@ -13,6 +13,12 @@ GitHub: [https://github.com/defcronyke/rust-playground-api](https://github.com/d

Run some Rust code online. Get the program's output, as well as assembly and WebAssembly, as a JSON response.

Example:
[https://tinyurl.com/rust-playground-api?id=1ea016619193533f9ac6cd1d8ae22d58](https://tinyurl.com/rust-playground-api?id=1ea016619193533f9ac6cd1d8ae22d58)
[https://tinyurl.com/rust-playground-api-run?id=1ea016619193533f9ac6cd1d8ae22d58](https://tinyurl.com/rust-playground-api-run?id=1ea016619193533f9ac6cd1d8ae22d58)
[https://tinyurl.com/rust-playground-api-wasm?id=1ea016619193533f9ac6cd1d8ae22d58](https://tinyurl.com/rust-playground-api-wasm?id=1ea016619193533f9ac6cd1d8ae22d58)
[https://tinyurl.com/rust-playground-api-asm?id=1ea016619193533f9ac6cd1d8ae22d58](https://tinyurl.com/rust-playground-api-asm?id=1ea016619193533f9ac6cd1d8ae22d58)

---

## Automated builds from the master branch
Expand Down

0 comments on commit 2183d34

Please sign in to comment.