|
@@ -183,31 +183,26 @@
|
|
getAsciiText: function ()
|
|
getAsciiText: function ()
|
|
{
|
|
{
|
|
var text = [
|
|
var text = [
|
|
- " +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
|
|
|
|
- " | |",
|
|
|
|
- " | WebVM is a server-less virtual Linux environment running fully client-side |",
|
|
|
|
- " | in HTML5/WebAssembly. |",
|
|
|
|
- " | |",
|
|
|
|
- " | In this demo, it runs an unmodified Debian distribution including many |",
|
|
|
|
- " | native development toolchains. |",
|
|
|
|
- " | |",
|
|
|
|
- " | WebVM is powered by the CheerpX virtualization engine, and enables safe, |",
|
|
|
|
- " | sandboxed client-side execution of x86 binaries on any browser. |",
|
|
|
|
- " | |",
|
|
|
|
- " | CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based |",
|
|
|
|
- " | file system, and a Linux syscall emulator. |",
|
|
|
|
- " | |",
|
|
|
|
- " | For more information: " + underline + "https://medium.com/p/40a60170b361" + normal + " |",
|
|
|
|
- " | |",
|
|
|
|
- " | " +
|
|
|
|
|
|
+ " WebVM is a server-less virtual Linux environment running fully client-side",
|
|
|
|
+ " in HTML5/WebAssembly. ",
|
|
|
|
+ " ",
|
|
|
|
+ " In this demo, it runs an unmodified Debian distribution including many ",
|
|
|
|
+ " native development toolchains. ",
|
|
|
|
+ " ",
|
|
|
|
+ " WebVM is powered by the CheerpX virtualization engine, and enables safe, ",
|
|
|
|
+ " sandboxed client-side execution of x86 binaries on any browser. ",
|
|
|
|
+ " ",
|
|
|
|
+ " CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based",
|
|
|
|
+ " file system, and a Linux syscall emulator. ",
|
|
|
|
+ " ",
|
|
|
|
+ " For more information: " + underline + "https://medium.com/p/40a60170b361" + normal + " ",
|
|
|
|
+ " ",
|
|
underline + "GitHub" + normal + " | " +
|
|
underline + "GitHub" + normal + " | " +
|
|
underline + "Issues" + normal + " | " +
|
|
underline + "Issues" + normal + " | " +
|
|
underline + "Gitter" + normal + " | " +
|
|
underline + "Gitter" + normal + " | " +
|
|
underline + "Twitter" + normal + " | " +
|
|
underline + "Twitter" + normal + " | " +
|
|
underline + "Latest News" + normal + " | " +
|
|
underline + "Latest News" + normal + " | " +
|
|
underline + "About CheerpX" + normal + " |",
|
|
underline + "About CheerpX" + normal + " |",
|
|
- " | |",
|
|
|
|
- " +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
|
|
|
|
"",
|
|
"",
|
|
" Welcome to WebVM (build CX_VERSION). If unsure, try these examples:",
|
|
" Welcome to WebVM (build CX_VERSION). If unsure, try these examples:",
|
|
"",
|
|
"",
|