From 55643a6b3bab0c4d624c0c69714050ed6213b3a4 Mon Sep 17 00:00:00 2001 From: mireille raad Date: Mon, 1 Nov 2021 15:24:21 -0400 Subject: [PATCH] remove reference to non-existent section, fixes #47 --- index.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.markdown b/index.markdown index eba533bdf..ad3b584ce 100644 --- a/index.markdown +++ b/index.markdown @@ -58,5 +58,3 @@ Each of these implementations offer some benefits: Jython, for example, compiles IronPython is well-integrated with .NET, which means IronPython can use the .NET framework and Python 2 libraries or vice versa. We want to unlock the same possibilities that Jython and IronPython enable, but for the Rust programming language. In addition, thanks to Rusts' minimal runtime, we're able to compile RustPython to WebAssembly and allow users to run their Python code easily in the browser. - -Check out the "learn more" section for an explainer of all those jargon-y words, or read the blog for more in-depth technical discussion.