more assets copied

This commit is contained in:
Torsten Ruger 2018-04-10 22:13:47 +03:00
parent cf659906f0
commit ed8e3a93ad
4 changed files with 1 additions and 4 deletions

BIN
app/assets/images/bkg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

View File

@ -1,6 +1,3 @@
\---
layout: site
\---
.row
%h2.center Compiling Ruby to Binary.
%div
@ -16,7 +13,7 @@ layout: site
%p
This means compiling dynamic code into binary. Using type knowledge at run-time we
optimise and cache method dispatch for know types.
As the system is 100% in ruby, the ultimate goal is to carry on the compilation at run-time,
ie after the program has started.
%b No interpretation.