Add Chromium-only Blender WebEngine parity work
This commit is contained in:
20
docs/status/W-023.md
Normal file
20
docs/status/W-023.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user