Re: Optimization takes a long time!!

2024-07-07 Thread themixup
Thank you. sam. I changed the options as instructed and did the profiling. After checking the results, I identified sections where time was being consumed. Could *._emval_await be affecting this? When compared to other projects, there is a difference in *._emval_await. profile.html { "pid

Re: First app with WebSockets

2024-07-07 Thread 'Sam Clegg' via emscripten-discuss
Regarding the missing malloc export, I uploaded a fix here: https://github.com/emscripten-core/emscripten/pull/22198 cheers, sam On Sat, Jul 6, 2024 at 7:20 PM Ivan Enzhaev <8observ...@gmail.com> wrote: > I have solved it! > ```cmake > if(CMAKE_SYSTEM_NAME MATCHES Emscripten) > set(CMAKE_EXE