software-mansion / live-compositor

Media server for real-time, low latency, programmable video and audio mixing.
https://compositor.live
Other
267 stars 18 forks source link

Fix CI and enable ts-check for browser-render #869

Open BrtqKr opened 3 days ago

BrtqKr commented 3 days ago

"typecheck": "pnpm -r --filter '!@live-compositor/browser-render' run typecheck", There's a different wasm generated on CI from the one generated locally. Just fix it and remove the filter option when the whole thing is done.

wkozyra95 commented 3 days ago

Partially fixed in https://github.com/software-mansion/live-compositor/pull/870 (proper fix will be to update wasm-bindgen when they release new version)

We can't downgrade to working version right now without reverting wgpu upgrade