Use u64 in Raders twiddle calculations#164
Conversation
|
Looks like maybe the commands available to the CI are different somehow, meaning the script we've been using to test webassembly doesn't work. That probably doesn't need to block this PR, since I'm not worried about this PR breaking webassembly SIMD tests |
|
Yes something must have changed very recently, the run from just a few days ago finished just fine. |
|
What's next? |
|
We need to figure out why the wasm test fails. For some reason the command |
|
The --lib argument itself was a workaround for the fact that wasm-pack was incorrectly picking up some non-public comments as doctests. So I just removed the backticks from those comments and removed the --lib argument. |
No description provided.