Update index.html
This commit is contained in:
parent
76b0792292
commit
f2e2376577
1 changed files with 3 additions and 11 deletions
14
index.html
14
index.html
|
@ -125,23 +125,15 @@ __ __ _ __ ____ __
|
|||
var text = [
|
||||
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
|
||||
"| |",
|
||||
"| WebVM is a server-less virtual Linux environment running fully client-side |",
|
||||
"| in HTML5/WebAssembly. |",
|
||||
"| This ArduPilot WebVM is a server-less virtual Linux environment running |",
|
||||
"| fully client-side in HTML5/WebAssembly. |",
|
||||
"| |",
|
||||
"| WebVM is powered by the CheerpX virtualization engine, which enables safe, |",
|
||||
"| Powered by WebVM&CheerpX virtualization engine, which 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. |",
|
||||
"| |",
|
||||
"| [NEW!] Your own WebVM with custom images via Dockerfile: |",
|
||||
"| |",
|
||||
"| " + underline + "https://leaningtech.com/mini-webvm-your-linux-box-from-dockerfile-via-wasm" + normal +" |",
|
||||
"| |",
|
||||
"| |",
|
||||
"| Join our Discord server for updates: |",
|
||||
"| |",
|
||||
"| " + underline + "https://discord.leaningtech.com" + normal + " |",
|
||||
"| |",
|
||||
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
|
||||
"",
|
||||
|
|
Loading…
Add table
Reference in a new issue