managarten/packages/shared-utils/src
Till JS 624f5ce00b fix(csp): allow wasm-unsafe-eval so @mana/local-llm can instantiate WebLLM
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>
2026-04-08 18:05:30 +02:00
..
parsers feat(parsers): add intelligent quick-create parsers for 6 apps with multilingual support 2026-03-24 22:18:05 +01:00
analytics-server.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
analytics.ts feat(mana/web): global requireAuth() gate for guest-blocked features 2026-04-08 15:36:38 +02:00
async.ts ♻️ refactor: remove duplicated code (Quick Wins) 2026-01-29 16:19:18 +01:00
cache.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
date.ts fix lint 2025-12-04 00:32:13 +01:00
format.ts fix lint 2025-12-04 00:32:13 +01:00
index.ts chore: complete ManaCore → Mana rename (docs, go modules, plists, images) 2026-04-07 12:26:10 +02:00
keyboard.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
security-headers.ts fix(csp): allow wasm-unsafe-eval so @mana/local-llm can instantiate WebLLM 2026-04-08 18:05:30 +02:00
string.ts fix lint 2025-12-04 00:32:13 +01:00
validation.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
web-vitals.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00