memlnaut-nisps/playground
monkey-w1n5t0n f2562176fc fix(playground/audio): compile AudioWorklet via ?worker&url
addModule() was handed new URL('./nisps-processor.ts', import.meta.url), which
Vite copies as raw TypeScript (served as video/mp2t) instead of compiling it —
that pattern only bundles for new Worker(). Import the worklet with
?worker&url so Vite emits compiled, hashed .js. Fixes the synth engine failing
to load on meml.lnfinitemonkeys.org.
2026-06-16 22:19:24 +02:00
..
public feat(playground/wasm): WASM bridge between C++ core and SolidJS playground (meml-tgm) 2026-04-29 16:36:29 +03:00
src fix(playground/audio): compile AudioWorklet via ?worker&url 2026-06-16 22:19:24 +02:00
tests/e2e Stream 11: verification infrastructure (golden vectors + parity + lint + CI + Playwright migration) 2026-04-29 19:50:55 +03:00
.gitignore feat(playground): scaffold vite + solid + ts 2026-04-29 15:37:23 +03:00
index.html feat(playground): scaffold vite + solid + ts 2026-04-29 15:37:23 +03:00
package.json Stream 11: verification infrastructure (golden vectors + parity + lint + CI + Playwright migration) 2026-04-29 19:50:55 +03:00
playwright.config.ts Stream 11: verification infrastructure (golden vectors + parity + lint + CI + Playwright migration) 2026-04-29 19:50:55 +03:00
tsconfig.json feat(playground): scaffold vite + solid + ts 2026-04-29 15:37:23 +03:00
vite.config.ts feat(playground): scaffold vite + solid + ts 2026-04-29 15:37:23 +03:00