-
Hi, I try to port my code to wasm64 and have some issues with calling a thread on the main thread. I use the flag -sPROXY_TO_PTHREAD and need some work to be done of the main thread. I used to use I tried EM_FUNC_SIG_VPPI, but as far as I can see, this doesn't exist. Thanks for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes, we only added a few |
Beta Was this translation helpful? Give feedback.
Yes, we only added a few
EM_FUNC_SIG
variants withP
in them. This is because we tend to use the newproxying.h
API for proxying work these days. If you would like add a moreEM_FUNC_SIG
variants feel free to send a PR.