-
Notifications
You must be signed in to change notification settings - Fork 49
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
Fails to compile on x86 and arm #108
Comments
Yep, that's a known issue. If However, I would like to improve the experience for any developer that wants to depend on the |
I personally just use |
Do you actually need support for x86 and armv7? Or just wanted to give a heads up? |
It's not imperative but I aim for my application to build and be built on as many platforms and architectures as I can so my users can run it on any device. |
Could be re-added if VirusTotal/yara-x#108 is resolved
Closing because it's unfeasible to provide support for platforms that are not supported by wasmtime. |
Compiling an application that uses this library fails on x86 and arm targets due to Wasmtime. I've tested this on
i686-pc-windows-msvc
,i686-unknown-linux-gnu
,armv7-unknown-linux-gnueabihf
, andi686-unknown-freebsd
.On x86 architectures, the build for
wasmtime
withno 'asm_sym' in the root
orWasmtime is being compiled for an architecture that it does not support
.On arm architectures, the build for
cranelift-codegen
fails withno supported isa found for arch 'armv7'
.The text was updated successfully, but these errors were encountered: