webvm/src/lib/CpuTab.svelte
2024-10-13 11:47:40 +02:00

5 lines
327 B
Svelte

<h1 class="text-lg font-bold">CPU</h1>
<p>WebVM is powered by CheerpX, a x86 virtualization engine in WebAssembly</p>
<p>CheerpX can run securely run unmodified x86 binaries and libraries in the browser</p>
<p>For more information: <a class="text-gray-300" href="https://cheerpx.io/" target="_blank">https://cheerpx.io</a></p>