Add Chromium-only Blender WebEngine parity work
This commit is contained in:
23
docs/status/W-016.md
Normal file
23
docs/status/W-016.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# W-016 Status
|
||||
|
||||
status: done
|
||||
task: 建立资源 manifest 和 WASM 校验
|
||||
|
||||
## Evidence
|
||||
|
||||
- Manifest: `web/app/public/engine-manifest.json`
|
||||
- Protocol and loader: `web/protocol/manifest.ts`
|
||||
- App status reports `Manifest: verified r1`; the optional local `web_engine.wasm`
|
||||
resource is available for the real ABI worker path.
|
||||
|
||||
Version mismatch, malformed manifests, unavailable resources and digest
|
||||
mismatches reject before a required resource is accepted by the loader.
|
||||
|
||||
## Verification
|
||||
|
||||
```text
|
||||
npm run typecheck # passed
|
||||
npm run lint # passed
|
||||
npm run build # passed
|
||||
npm run test:e2e # passed with manifest verification
|
||||
```
|
||||
Reference in New Issue
Block a user