Workerd Wsl2 Guide

docsdochtml
Path: docs/workerd-wsl2-guide.htmlRelative: workerd-wsl2-guide.htmlSubproject: docsCategory: monorepo-docs
Lines: 2,217Bytes: 103,178Imports: 0Exports: 0

Content Preview

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Cloudflare Workerd on WSL2 — Complete Dev Guide 2026</title>
  7. <style>
  8. :root {
  9. --bg: #0d1117;
  10. --bg2: #161b22;
  11. --bg3: #1c2128;
  12. --bg4: #21262d;
  13. --border: #30363d;
  14. --border2: #444c56;
  15. --text: #e6edf3;
  16. --text2: #8b949e;
  17. --text3: #6e7681;
  18. --orange: #f97316;
  19. --orange2: #ea580c;
  20. --orange-dim: rgba(249,115,22,0.12);