You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I'd be happy to integrate this somehow, but I am not sure how to do this without rewriting half the seq module or removing things like the timing and replacing thread_rng (where I don't know the difference in quality to XorShiftRng). Alternatively it could live as its own compilation unit for the wasm target, but that would duplicate code which is also not great 😅
What are your ideas? I am happy to help 👍
The text was updated successfully, but these errors were encountered:
I see you have forked the repository. If you would push your code to your local repository I could have a look and get a better idea.
In the mean time, we might get this to work with conditional compilation without having to change too much, i.e. use #[cfg(...)]. Do you think that would be possible?
Hi! This might be a bit of a weird one, but it would be great to have WASM support for this crate 😄
... which I have gotten to work, but now I am not sure how to contribute back to you guys :) there are two major changes that I had to implement:
Now I'd be happy to integrate this somehow, but I am not sure how to do this without rewriting half the seq module or removing things like the timing and replacing thread_rng (where I don't know the difference in quality to XorShiftRng). Alternatively it could live as its own compilation unit for the wasm target, but that would duplicate code which is also not great 😅
What are your ideas? I am happy to help 👍
The text was updated successfully, but these errors were encountered: