aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.html')
-rw-r--r--src/compiler.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/compiler.html b/src/compiler.html
index 2a268e81..fe045356 100644
--- a/src/compiler.html
+++ b/src/compiler.html
@@ -5,8 +5,13 @@ Open the web console to see stderr output
<hr>
<pre id="output"></pre>
<script>
-arguments = ['', '../poppler.ll'];
-//arguments = ['', '../tests/cases/phicubed.ll'];
+ arguments = ['', '../freetype.ll'];
+ //arguments = ['', '../tests/cases/phicubed.ll'];
+
+ var outputElement = document.getElementById('output');
+ print = function(x) {
+ //outputElement.innerHTML += x;
+ };
</script>
<script src="compiler.js">
</script>