File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,10 +161,10 @@ Options:
161161└─────────────────────────────────────────────────────────────┘
162162 │ │ │ │
163163 ▼ ▼ ▼ ▼
164- ┌─────────┐ ┌───────────┐ ┌─────┐ ┌──────┐
165- │ QuickJS │ │ wgpu-native│ │SDL3 │ │libcurl│
166- │ V8/JSC │ │ or Dawn │ │ │ │ │
167- └─────────┘ └───────────┘ └─────┘ └──────┘
164+ ┌─────────┐ ┌───────────┐ ┌─────┐ ┌──────┐ ┌───────┐
165+ │ QuickJS │ │ wgpu-native│ │SDL3 │ │libcurl│ │ libuv │
166+ │ V8/JSC │ │ or Dawn │ │ │ │ │ │ │
167+ └─────────┘ └───────────┘ └─────┘ └──────┘ └───────┘
168168```
169169
170170## Supported APIs
@@ -250,6 +250,7 @@ All dependencies are downloaded automatically as prebuilt binaries:
250250| QuickJS / V8 / JSC | JavaScript engine |
251251| Skia | Canvas 2D rendering |
252252| libcurl | HTTP requests |
253+ | libuv | Async I/O, timers, file watching |
253254| SWC | TypeScript transpiling |
254255
255256Prebuilt dependency binaries are managed via [ mystralengine/library-builder] ( https://github.com/mystralengine/library-builder ) .
You can’t perform that action at this time.
0 commit comments