cowasm
cowasm copied to clipboard
Does cowasm support threads?
Hi, thanks for this wonderful effort.
I was wondering if I can use multithreaded WASI wasm module compiled from Rust. Would it be possible? If not, is that kind of PR acceptable?
Unfortunately, cowasm does not have any support for threads. It just has a very lightweight shim of pthreads to enable threaded code (e.g., cpython) to compile.
If not, is that kind of PR acceptable?
YES.