diff --git a/src/lib/messages.js b/src/lib/messages.js index 362d82d..6f279aa 100644 --- a/src/lib/messages.js +++ b/src/lib/messages.js @@ -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: |", "| |",