ffmpegwasm / ffmpegwasm/ffmpeg.wasm
wasm-ld: error: initial memory too small
- Dominant language
- C
- Stars
- 17.8k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description

When I was customizing the configure file, I reported an "initial memory too small" error during the build process. I tried to make changes to the "INITIAL_MEMORY" and "ALLOW_MEMORY_GROWTH" properties, but it didn't seem to work, the error still exists!

So I made a forcible modification to emscripten's settings.js file, and it worked. Here's how
1. Copy the settings.js file and modify the default properties

2. Move the modified setting.js file to build.sh

Is there a final solution here?
Contributor guide
Assessment
This issue has not been assessed yet.