Replies: 1 comment 1 reply
-
You can try building with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my native c++ code may involve the thread like background processing.
And I tried on Firefox, it stuck it.
On Chrome, it is ok.
I built with:
-s PTHREAD_POOL_SIZE=8 -s USE_PTHREADS=1 -s MAIN_MODULE=1 -pthread
And this is from the building:
em++: warning: -sMAIN_MODULE + pthreads is experimental [-Wexperimental]
Any ideas? thanks.
Beta Was this translation helpful? Give feedback.
All reactions