-
Notifications
You must be signed in to change notification settings - Fork 88
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
Issue with compiling ate-pairing dependency #104
Comments
I've made some progress investigating this issue, in In emscripten's faq site it says
in |
I'm having the same problem. My machine:
@AHaliq Have you managed to figure out a solution to this? Are you using an Apple Silicon machine? |
Thanks @AHaliq for the prompt response. I will probably look into alternatives. It would have been helpful to have a list of supported (or unsupported) architectures given up front in the README. |
My machine:
I'm compiling libff with emscripten targetting webassembly and I'm getting the following error upon running
make
Inspecting
zm2.cpp
, we can see this only happens ifMIE_USE_X64ASM
is set to falseyou can view my full project here to reproduce the issue: https://github.com/AHaliq/WebAssemblyReact
emscripten call starts at
scripts/cryptoutils.sh
line 49cryptoutils adds libff at
deps/cryptoutils/src/CMakeLists.txt
line 14The text was updated successfully, but these errors were encountered: