From c573c19db8873fe6eb83cb5bb721a913b957d131 Mon Sep 17 00:00:00 2001 From: Wes Garland Date: Fri, 6 Sep 2024 21:12:05 -0400 Subject: [PATCH 1/3] Add PythonMonkey runtime --- index.bs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.bs b/index.bs index 37e5f02..e8a7ca1 100644 --- a/index.bs +++ b/index.bs @@ -154,6 +154,16 @@ Website: [https://bun.sh/](https://bun.sh/) Repository: [https://github.com/oven-sh/bun](https://github.com/oven-sh/bun) +## Distributive - PythonMonkey ## {#pythonmonkey} + +Mozilla JS engine embedded into a Python host enviornment with cross-platform datatypes and event loop. + +Key: pythonmonkey + +Website: [https://pythonmonkey.io](https://pythonmonkey.io) + +Repository: [https://github.com/Distributive-Network/PythonMonkey](https://github.com/Distributive-Network/PythonMonkey) + ## React - Server Components ## {#react-server} Used by React Server Components. From f8da50d4712b06bf4093986236e1192cd82f9fd8 Mon Sep 17 00:00:00 2001 From: Wes Garland Date: Thu, 19 Sep 2024 10:28:26 -0400 Subject: [PATCH 2/3] Update index.bs Co-authored-by: Jan Piotrowski --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 812a501..79d3ca5 100644 --- a/index.bs +++ b/index.bs @@ -164,7 +164,7 @@ Repository: [https://github.com/oven-sh/bun](https://github.com/oven-sh/bun) ## Distributive - PythonMonkey ## {#pythonmonkey} -Mozilla JS engine embedded into a Python host enviornment with cross-platform datatypes and event loop. +Mozilla JS engine embedded into a Python host environment with cross-platform datatypes and event loop. Key: pythonmonkey From 60120bdb794b06b2b22c4e7fc4f188de0d10316e Mon Sep 17 00:00:00 2001 From: Wes Garland Date: Thu, 19 Sep 2024 10:29:19 -0400 Subject: [PATCH 3/3] Update index.bs Co-authored-by: Tom Wenzheng Tang --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 79d3ca5..237314c 100644 --- a/index.bs +++ b/index.bs @@ -166,7 +166,7 @@ Repository: [https://github.com/oven-sh/bun](https://github.com/oven-sh/bun) Mozilla JS engine embedded into a Python host environment with cross-platform datatypes and event loop. -Key: pythonmonkey +Key: `pythonmonkey` Website: [https://pythonmonkey.io](https://pythonmonkey.io)