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-023.md Normal file
View File

@@ -0,0 +1,20 @@
# W-023 Status
status: done
task: 处理 Emscripten 运行参数
## Evidence
- Platform flags: `blender-5.2.0/build_files/cmake/platform/web.cmake`
- Variant runner: `tools/web/build-web-engine-variants.sh`
- Golden: `tests/golden/W-023/runtime-profiles.json`
Single-thread and pthread builds use `MODULARIZE`, `EXPORT_ES6`,
`ENVIRONMENT=web,worker`, memory growth and filesystem flags. The pthread
artifact is explicitly marked as requiring COOP/COEP at runtime.
## Verification
```text
tools/web/build-web-engine-variants.sh # passed
```