aboutsummaryrefslogtreecommitdiff
path: root/docs/paper.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/paper.tex')
-rw-r--r--docs/paper.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/paper.tex b/docs/paper.tex
index 279b9841..ae5537c3 100644
--- a/docs/paper.tex
+++ b/docs/paper.tex
@@ -98,9 +98,9 @@ browsers, by compiling one's language of choice into JavaScript, one
can still generate content that will run practically everywhere.
Examples of this approach include the Google Web Toolkit, which compiles
Java into JavaScript; Pyjamas, which compiles Python into JavaScript;
-and rumors have it that projects in Oracle and Microsoft, respectively,
-allow running JVM and CLR bytecode in JavaScript (which would allow
-running the languages of the JVM and CLR, respectively).
+Script\# and jsc, % http://jsc.sourceforge.net/
+which compile .NET assemblies into JavaScript; and there are rumors
+about an Oracle project to translate JVM bytecode into JavaScript.
In this paper we present another project along those lines: \textbf{Emscripten},
which compiles LLVM assembly into JavaScript. LLVM (Low Level Virtual