You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am exploring whether it is possible to run a custom (smaller) version of ffmpeg in a Cloudflare worker.
I tried building ffmpeg.wasm to target a Cloudflare worker but was unsuccessful. I am very new to wasm and am unsure of what I’m doing.
Since your project is WASI-based and Cloudflare Workers have support for WASI with a virtual file system, I believe this could run on a Cloudflare worker. However, as you work at CF and are likely more familiar with Cloudflare, I assume you would have a better idea if this could work in a Cloudflare worker or if there's a possibility of making it work.
The text was updated successfully, but these errors were encountered:
I am exploring whether it is possible to run a custom (smaller) version of ffmpeg in a Cloudflare worker.
I tried building ffmpeg.wasm to target a Cloudflare worker but was unsuccessful. I am very new to wasm and am unsure of what I’m doing.
Since your project is WASI-based and Cloudflare Workers have support for WASI with a virtual file system, I believe this could run on a Cloudflare worker. However, as you work at CF and are likely more familiar with Cloudflare, I assume you would have a better idea if this could work in a Cloudflare worker or if there's a possibility of making it work.
The text was updated successfully, but these errors were encountered: