Add Chromium-only Blender WebEngine parity work

This commit is contained in:
mes123456
2026-08-12 04:47:48 -04:00
commit 9fd26010f6
18225 changed files with 11622124 additions and 0 deletions

20
docs/status/W-026.md Normal file
View File

@@ -0,0 +1,20 @@
# W-026 Status
status: done
task: 接入 Blender 报告系统边界
## Evidence
- Error ABI: `web_engine_last_error_code()` and
`web_engine_last_error_message()`
- Golden: `tests/golden/W-026/error-report.json`
- Error codes are deterministic and do not expose raw WASM pointers to the UI.
The native Blender `ReportList` bridge is deferred until W-030 data libraries
are linked; this task freezes the Web-facing error contract first.
## Verification
```text
node tools/web/run-web-engine-smoke.mjs # explicit -3 not-implemented path
```