InformationTab.svelte 817 B

12345678910
  1. <h1 class="text-lg font-bold">Information</h1>
  2. <img src="assets/webvm_hero.png" alt="WebVM Logo" class="w-full self-center">
  3. <p>WebVM is a virtual Linux environment running in the browser via WebAssembly</p>
  4. <p>It is based on:</p>
  5. <ul class="list-disc list-inside">
  6. <li><a class="underline" target="_blank" href="https://cheerpx.io/">CheerpX</a>: x86 JIT in Wasm</li>
  7. <li><a class="underline" target="_blank" href="https://xtermjs.org/">Xterm.js</a>: interactive terminal</li>
  8. <li>Local/private <a class="underline" target="_blank" href="https://cheerpx.io/docs/guides/File-System-support">file storage</a></li>
  9. <li><a class="underline" target="_blank" href="https://cheerpx.io/docs/guides/Networking">Networking</a> via <a class="underline" target="_blank" href="https://tailscale.com/">Tailscale</a></li>
  10. </ul>