Intro message copy/editing
This commit is contained in:
parent
a3fc89faeb
commit
14621dbec2
1 changed files with 3 additions and 4 deletions
|
@ -4,14 +4,13 @@ const normal= "\x1b[0m";
|
|||
export const introMessage = [
|
||||
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
|
||||
"| |",
|
||||
"| WebVM is a server-less virtual Linux environment running fully client-side |",
|
||||
"| in HTML5/WebAssembly. |",
|
||||
"| WebVM is a virtual Linux environment running in the browser via WebAssembly |",
|
||||
"| |",
|
||||
"| WebVM is powered by the CheerpX virtualization engine, which enables safe, |",
|
||||
"| sandboxed client-side execution of x86 binaries on any browser. |",
|
||||
"| sandboxed client-side execution of x86 binaries, fully client-side |",
|
||||
"| |",
|
||||
"| CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based |",
|
||||
"| file system, and a Linux syscall emulator. |",
|
||||
"| file system, and a Linux syscall emulator |",
|
||||
"| |",
|
||||
"| Your own WebVM with custom images via Dockerfile: |",
|
||||
"| |",
|
||||
|
|
Loading…
Reference in a new issue