Intro message copy/editing
This commit is contained in:
parent
a3fc89faeb
commit
14621dbec2
@ -4,14 +4,13 @@ const normal= "\x1b[0m";
|
|||||||
export const introMessage = [
|
export const introMessage = [
|
||||||
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
|
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
|
||||||
"| |",
|
"| |",
|
||||||
"| WebVM is a server-less virtual Linux environment running fully client-side |",
|
"| WebVM is a virtual Linux environment running in the browser via WebAssembly |",
|
||||||
"| in HTML5/WebAssembly. |",
|
|
||||||
"| |",
|
"| |",
|
||||||
"| WebVM is powered by the CheerpX virtualization engine, which enables safe, |",
|
"| 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 |",
|
"| 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: |",
|
"| Your own WebVM with custom images via Dockerfile: |",
|
||||||
"| |",
|
"| |",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user