Files
workinf_Blender_Wasm/docs/status/W-023.md
2026-08-12 04:47:48 -04:00

547 B

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

tools/web/build-web-engine-variants.sh  # passed