Add back box
This commit is contained in:
parent
249db0c535
commit
4c888997e2
39
index.html
39
index.html
@ -179,24 +179,27 @@
|
|||||||
getAsciiText: function ()
|
getAsciiText: function ()
|
||||||
{
|
{
|
||||||
var text = [
|
var text = [
|
||||||
" WebVM is a server-less virtual Linux environment running fully client-side",
|
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
|
||||||
" in HTML5/WebAssembly. ",
|
"| |",
|
||||||
" ",
|
"| WebVM is a server-less virtual Linux environment running fully client-side |",
|
||||||
" In this demo, it runs an unmodified Debian distribution including many ",
|
"| in HTML5/WebAssembly. |",
|
||||||
" native tools and development toolchains. ",
|
"| |",
|
||||||
" WebVM is powered by the CheerpX virtualization engine, which enables safe,",
|
"| In this demo, it runs an unmodified Debian distribution including many |",
|
||||||
" sandboxed client-side execution of x86 binaries on any browser. ",
|
"| native tools and development toolchains. |",
|
||||||
" CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based",
|
"| WebVM is powered by the CheerpX virtualization engine, which enables safe, |",
|
||||||
" file system, and a Linux syscall emulator. ",
|
"| sandboxed client-side execution of x86 binaries on any browser. |",
|
||||||
" ",
|
"| CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based |",
|
||||||
" [NEW!] WebVM now supports full TCP and UDP networking via Tailscale, click",
|
"| file system, and a Linux syscall emulator. |",
|
||||||
" on Tailscale Login to enable it. ",
|
"| |",
|
||||||
" ",
|
"| [NEW!] WebVM now supports full TCP and UDP networking via Tailscale, click |",
|
||||||
" Latest WebVM news: " + underline + "https://medium.com/p/40a60170b361" + normal + " ",
|
"| on Tailscale Login to enable it. |",
|
||||||
" Demo Repository: " + underline + "https://github.com/leaningtech/webvm" + normal + " ",
|
"| |",
|
||||||
" Find us on Discord: " + underline + "https://discord.leaningtech.com" + normal + " ",
|
"| Latest WebVM news: " + underline + "https://medium.com/p/40a60170b361" + normal + " |",
|
||||||
" Twitter: " + underline + "https://twitter.com/leaningtech" + normal + " ",
|
"| Demo Repository: " + underline + "https://github.com/leaningtech/webvm" + normal + " |",
|
||||||
"",
|
"| Find us on Discord: " + underline + "https://discord.leaningtech.com" + normal + " |",
|
||||||
|
"| Twitter: " + underline + "https://twitter.com/leaningtech" + normal + " |",
|
||||||
|
"| |",
|
||||||
|
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
|
||||||
"",
|
"",
|
||||||
" Welcome to WebVM (build CX_VERSION). If unsure, try these examples:",
|
" Welcome to WebVM (build CX_VERSION). If unsure, try these examples:",
|
||||||
"",
|
"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user