diff options
Diffstat (limited to 'src/compiler.html')
-rw-r--r-- | src/compiler.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/compiler.html b/src/compiler.html new file mode 100644 index 00000000..69724076 --- /dev/null +++ b/src/compiler.html @@ -0,0 +1,14 @@ +<html> +<body> +<h2>Run the emscripten compiler in a web page, just for laughs</h2> +Open the web console to see stderr output +<hr> +<pre id="output"></pre> +<script> +arguments = ['', '../tests/cases/phicubed.ll']; +</script> +<script src="compiler.js"> +</script> +</body> +</html> + |