Closed stephanemagnenat closed 1 year ago
Confirmed (CI run). 0.6.4 worked fine.
I'm totally sorry! Will push a fix shortly and yank the offending version.
It took two attempts, but I hope 0.6.7 will work for you.
Yes 0.6.7 seems to work, so I'm closing the issue.
However, I feel a bit uncomfortable to have so much code with unsafe and SIMD operations that is not unit-tested. As far as I have seen, wasm32 with SIMD is not tested in CI, am I correct? If so, do you think that at some point the tests could be run for wasm32 with SIMD in the CI? Maybe using the infrastructure already present in ci/miri.sh
?
I'm currently having a look at how to incorporate the tests (which need a slightly different setup) into CI. However, I'm also currently down with the flu, so expect results somewhere within the next two weeks.
Thank you! Have a quick recovery!
While compiling bytecount as a dependency of nom_locate v4.2.0 for wasm targets, I get the following error:
The minimal reproducible test case is here: https://github.com/stephanemagnenat/bytecount-89
Just do
cargo build --target wasm32-unknown-unknown
inbytecount-issue-89/
and you get the same error as above (rustc 1.73.0 (cc66ad468 2023-10-03)
).The test case is trivial: The repository is a newly-created project with cargo and with bytecount added as a dependency.