ffmpegwasm / ffmpegwasm/ffmpeg.wasm
wasm-ld: error: initial memory too small
- Vorherrschende Sprache
- C
- Sterne
- 17.8k
- Forks
- 1.1k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung

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?
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.