Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
9af50519
Commit
9af50519
authored
Jul 16, 2015
by
chriseth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compiler update; also pull version from compiler.
parent
07351d3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
index.html
index.html
+6
-2
No files found.
index.html
View file @
9af50519
...
@@ -56,7 +56,7 @@ body {
...
@@ -56,7 +56,7 @@ body {
Source code on the left, compiled code and AST on the right (or error).
<br/>
Source code on the left, compiled code and AST on the right (or error).
<br/>
<b>
Note:
</b>
Chrome/Chromium currently reports
"
Uncaught JavaScript Exception
"
.
<b>
Note:
</b>
Chrome/Chromium currently reports
"
Uncaught JavaScript Exception
"
.
To work around this problem, enable the debug console (Ctrl+Shift+i) and reload.
<br/>
To work around this problem, enable the debug console (Ctrl+Shift+i) and reload.
<br/>
Version:
<
a
href=
"https://github.com/ethereum/cpp-ethereum/commit/86850c3c89a0fc2195929772c64c5ff2bebdf855"
>
86850c3...
</a>
2015-07-03
Version:
<
span
id=
"version"
>
(loading)
</span>
<div
id=
"optimizeBox"
>
<div
id=
"optimizeBox"
>
<input
id=
"optimize"
type=
"checkbox"
><label
for=
"optimize"
>
optimize
</label>
<input
id=
"optimize"
type=
"checkbox"
><label
for=
"optimize"
>
optimize
</label>
</div>
</div>
...
@@ -132,7 +132,11 @@ editor.getSession().setUseSoftTabs(true);
...
@@ -132,7 +132,11 @@ editor.getSession().setUseSoftTabs(true);
var
compileJSON
=
Module
.
cwrap
(
"compileJSON"
,
"string"
,
[
"string"
,
"number"
]);
var
compileJSON
=
Module
.
cwrap
(
"compileJSON"
,
"string"
,
[
"string"
,
"number"
]);
var
ready
=
false
;
var
ready
=
false
;
Module
[
'onRuntimeInitialized'
]
=
function
()
{
ready
=
true
;
onChange
();
};
Module
[
'onRuntimeInitialized'
]
=
function
()
{
ready
=
true
;
$
(
'#version'
).
text
(
Module
.
cwrap
(
"version"
,
"string"
,
[])());
onChange
();
};
var
previousInput
=
''
;
var
previousInput
=
''
;
var
compile
=
function
()
{
var
compile
=
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment