-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with simd_wasm64 feature #1
Comments
Odd. What version of rust are you using? I'm using 1.62.0. What target are you using? I only tested with |
|
I have no idea why calling core::arch::wasm::memory_grow claims to need Looks like core::arch::wasm is documented as marked with needing simd_wasm64: https://doc.rust-lang.org/core/arch/wasm/index.html Maybe this is a recent regression on nightly? |
I have published a new version that should work around this issue. |
Looks like The readme is now more clear about just supporting wasm32 as well. I'm going to consider this resolved, but feel free to re-open if its not fixed for you in |
Thanks! |
I tried using this in my wasm project and I get the following error:
The text was updated successfully, but these errors were encountered: