24 lines
638 B
Markdown
24 lines
638 B
Markdown
# 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
|
|
```
|