emscripten_set_click_callback
does not work with multithreading.
I'm not sure why, but certain functions like emscripten_set_click_callback
and other similar input functions don't work with pthreads enabled, it gives an error saying it cannot target thread for callback. I need to enable input to have audio in the browser work and there's nothing I can find in the docs about this issue or how to fix it.