mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:21:09 +02:00
WebAssembly.instantiate() was blocked by script-src on every app using shared security headers. 'wasm-unsafe-eval' is the narrow CSP source that whitelists WASM compilation only — it does NOT re-enable eval() or new Function(). Required by the MLC WebGPU runtime that powers the in-browser Qwen models on /llm-test. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| parsers | ||
| analytics-server.ts | ||
| analytics.ts | ||
| async.ts | ||
| cache.ts | ||
| date.ts | ||
| format.ts | ||
| index.ts | ||
| keyboard.ts | ||
| security-headers.ts | ||
| string.ts | ||
| validation.ts | ||
| web-vitals.ts | ||