ffmpegwasm / ffmpegwasm/ffmpeg.wasm
WebAssembly Memory error 32-Bit application
- Dominant language
- C
- Stars
- 17.8k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Webassembly memory error, consistent in both Chrome and Firefox
**To Reproduce**
Steps to reproduce the behavior:
1. Using demo 3s file.
**Desktop (please complete the following information):**
- OS: Windows 10 32-bit
- Browser Chrome 87, Firefox 83.0
**Additional context**
[Chrome error]
```
581daf27-3228-45af-9d2c-74b5c52975dc:22 Uncaught (in promise) RangeError: WebAssembly.Memory(): could not allocate memory
at 581daf27-3228-45af-9d2c-74b5c52975dc:22
at createFFmpeg.js:64
at u (runtime.js:63)
at Generator._invoke (runtime.js:293)
at Generator.next (runtime.js:118)
at n (asyncToGenerator.js:3)
at o (asyncToGenerator.js:25)
```
[Firefox Error]
```
Uncaught (in promise) out of memory asyncToGenerator.js:6:4
Babel 8
I FFmpeg.js:82
React 11
bind_applyFunctionN self-hosted:1359
Ja self-hosted:1322
unstable_runWithPriority scheduler.production.min.js:18
React 3
bind_applyFunctionN self-hosted:1359
Xa self-hosted:1322
```
Contributor guide
Assessment
This issue has not been assessed yet.