wasmerio/wasmer

wasix: Remove rayon thread pool backend

Opened this issue · 0 comments

We replaced rayon with rusty_pool in the wasmer-wasix crate quite a while ago.

The main motivation was thread startup semantics.

Things have been working well, we should remove the rayon backend to keep the codebase free of cruft.