mirror of https://github.com/pyodide/pyodide.git
Create related-projects.md, a file to show related projects (#1271)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
This commit is contained in:
parent
e26204b14b
commit
7f66a38ffd
|
@ -65,6 +65,7 @@ information about the project's organization.
|
|||
project/about.md
|
||||
project/code-of-conduct.md
|
||||
project/changelog.md
|
||||
project/related-projects.md
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# Related Projects
|
||||
|
||||
|
||||
## Other projects
|
||||
|
||||
- [wc-code](https://github.com/vanillawc/wc-code) is a library to run
|
||||
JavaScript, Python and Theme the browser with inline code blocks.
|
||||
It uses pyodide to execute Python code.
|
Loading…
Reference in New Issue