3 ms·
This works for everything except the browser. For that, use: ```bash ./skift.sh run --release vaev-browser -- <url-or-file> ``` The HTTP stack is super barebo
by monax 1y ago
This works for everything except the browser. For that, use:
```bash
./skift.sh run --release vaev-browser -- <url-or-file>
```
The HTTP stack is super barebones, so it only supports `http://` (no HTTPS). It works with my site, but results may vary elsewhere.
Most of my time so far has gone into the styling and layout engine rather than networking.