Browse Source

Update README.md - add Linux ABI compatibility

See issue #10 for reference
Serena Ziviani 3 years ago
parent
commit
ab1f3f8ec7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,8 +1,8 @@
 # WebVM
 # WebVM
 
 
-This repository hosts the source code of the [https://webvm.io](https://webvm.io) live demo page. 
+This repository hosts the source code of the [https://webvm.io](https://webvm.io) live demo page.
 
 
-WebVM is a server-less virtual Linux environment running fully client-side in HTML5/WebAssembly.  In this demo, it runs an unmodified Debian distribution including many native development toolchains.
+WebVM is a server-less virtual environment running fully client-side in HTML5/WebAssembly. It's designed to be Linux ABI-compatible. In this demo, it runs an unmodified Debian distribution including many native development toolchains.
 
 
 WebVM is powered by the CheerpX virtualization engine, and 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. 
 WebVM is powered by the CheerpX virtualization engine, and 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.