21 lines
547 B
Markdown
21 lines
547 B
Markdown
# 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
|
|
```
|