Generate core runtime API shims

This commit is contained in:
2026-08-08 12:28:41 +02:00
parent 7086af9a6f
commit a007313785
12 changed files with 7223 additions and 536 deletions

View File

@@ -4,7 +4,7 @@ Generated by `python3 tools/generate_api_shims.py`; do not edit by hand.
| Assembly | Types | Members | Status |
|---|---:|---:|---|
| `LibreMetaverse` | 2,711 | 27,281 | partial callable shim (2,209 types / 22,805 members) |
| `LibreMetaverse` | 2,711 | 27,281 | partial callable shim (2,320 types / 23,770 members) |
| `LibreMetaverse.Imaging.Abstractions` | 3 | 20 | callable failure-only shim |
| `LibreMetaverse.Imaging.Skia` | 1 | 3 | callable failure-only shim |
| `LibreMetaverse.LslTools` | 164 | 768 | pending milestone issue |
@@ -18,8 +18,13 @@ Generated by `python3 tools/generate_api_shims.py`; do not edit by hand.
| `LibreMetaverse.Voice.Vivox` | 64 | 531 | pending milestone issue |
| `LibreMetaverse.Voice.WebRTC` | 12 | 210 | pending milestone issue |
The partial `LibreMetaverse` row is milestone issue #7's wire/data slice: packets, messages, assets,
GLTF, archives/import-export, materials, rendering DTOs, bit packing, permissions, primitives, and
texture/media/particle records. Other main-assembly types remain pending shells for issues #8-#10.
The partial `LibreMetaverse` row contains the completed issue #7 wire/data slice and issue #8 core
runtime/networking slice. Avatar-facing and world/social/service manager types remain pending shells
for issues #9 and #10.
Current callable coverage: **2,293 types / 24,292 members**.
| Main assembly slice | Types | Members |
|---|---:|---:|
| Issue #7 wire/data | 2,209 | 22,805 |
| Issue #8 core runtime/networking | 111 | 965 |
Current callable coverage: **2,404 types / 25,257 members**.