This crate bundles FFMPEG's libraries, precompiled for WebAssembly. No native installation required.
Compatible with Fastly's Compute@Edge.
These are low-level bindings, directly exposing the original C functions to Rust.
toml
[dependencies]
ffmpeg-wasi = "0"
```rust use ffmpeg_wasi::*;
static ALLOCATOR: FFMpegAllocator = FFMpegAllocator; ```