makepad / stitch

Stitch is an experimental Wasm interpreter written in Rust that is designed to be very fast and lightweight.
MIT License
116 stars 6 forks source link

FFMpeg can't compile with Stitch #1

Open syrusakbary opened 5 months ago

syrusakbary commented 5 months ago

Based on this article: https://wasmi-labs.github.io/blog/posts/wasmi-v0.32/#ffmpeg---193mb

It seems that ffmpeg failed to compile in Stitch

Robbepop commented 5 months ago

Article author here: This is because of Stitch's built-in limits for Wasm function body size.