remove/cluster checks for wasm compilation #10
Labels
better code
the issue is about a piece of code that works but isn't written as good as it could/should
dependencies
An issue dealing with dependencies, be it updates or removals
Currently there are checks during compile time that check if it is being compiled for wasm. This is mainly to switch par_iter to a normal iter to prevent the wasm build from crashing.
However, it would be better if this didn't lead to 2 functions doing the same thing every time a function uses rayoun
The text was updated successfully, but these errors were encountered: