Skip to content

Commit

Permalink
feat: update docs and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MR-Addict committed Apr 7, 2024
1 parent 26e9fab commit b4a5b5d
Show file tree
Hide file tree
Showing 9 changed files with 506 additions and 497 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mdbook REPL

This is a [mdbook](https://rust-lang.github.io/mdBook) real time playground for some programmes which you can directly execute them in the browser without any server. It's fast and easy to use.
This is a [mdbook](https://rust-lang.github.io/mdBook) real time playground for some programming languages which you can directly execute them in the browser without any server. It's fast and easy to use.

This is mostly inspired by [mdbook rust playground](https://rust-lang.github.io/mdBook/format/mdbook.html#rust-playground), but it's only limited to rust and it's using [https://play.rust-lang.org](https://play.rust-lang.org) as its backend compiler server. So I want to make a playground for multiple languages with mdbook which do not need any backend server to execute the code.
This is mostly inspired by [mdbook rust playground](https://rust-lang.github.io/mdBook/format/mdbook.html#rust-playground), but it's only limited to rust and it's using [https://play.rust-lang.org](https://play.rust-lang.org) as its backend compiler server. So I want to make a playground for other languages based on webassembly.

Below is an example of a python code block that can be executed directly in the browser:

Expand Down
Loading

0 comments on commit b4a5b5d

Please sign in to comment.