I have set INITIAL_MEMORY to 134217728 and then got an error which said that I should set the value to 278505584, but after setting that I got this error,
em++: error: INITIAL_MEMORY must be a multiple of WebAssembly page size (64KiB), was 278505584
Then, I have set it to 33554432, but now I'm getting this error,
wasm-ld: error: initial memory too small, 278505584 bytes needed
I have set INITIAL_MEMORY to 134217728 and then got an error which said that I should set the value to 278505584, but after setting that I got this error,
em++: error: INITIAL_MEMORY must be a multiple of WebAssembly page size (64KiB), was 278505584Then, I have set it to
33554432, but now I'm getting this error,wasm-ld: error: initial memory too small, 278505584 bytes needed