v0.10.0
ffmpegwasm/ffmpeg.wasmv0.10.0May 17, 2021by jeromewu
AI Summary
Introduced a new method to terminate execution and addressed minor security vulnerabilities.
Key Highlights
- Add ffmpeg.exit() for interrupting execution
- Fix minor security issues
New Features
- ffmpeg.exit() method
Full Release Notes
- Add ffmpeg.exit(), now users can interrupt the execution of ffmpeg.wasm (thanks to @Sociosarbis ) - Fix minor security issues.