From b09870d6d9220bba2cfc50f7e9c1fd9067e6ce92 Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 17 Jul 2015 19:35:49 +0200 Subject: [PATCH] Added runtime. --- index.html | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 85 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index d5ebf9c9e2..d27e22710f 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ -Solidity realtime compiler +Solidity realtime compiler and runtime @@ -45,18 +45,23 @@ body { .col2 { width: 60ex; } +.runButton { + width: 30ex; + text-align: left; + overflow: hidden; +} + -

Solidity realtime compiler

-Source code on the left, compiled code and AST on the right (or error).
-Note: Chrome/Chromium currently reports "Uncaught JavaScript Exception". -To work around this problem, enable the debug console (Ctrl+Shift+i) and reload.
-Version: (loading) +

Solidity realtime compiler and runtime

+Version: (loading)
+Note: If Chrome/Chromium reports "Uncaught JavaScript Exception", +enable the debug console (Ctrl+Shift+i) and reload.
@@ -132,12 +137,14 @@ Version: (loading)

Theme by orderedlist