MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).
Looking at "managed.txt" I see you use inline assembly and intrinsics which may be hard to translate (Emscripten is basically a LLVM-to-JS backend to Clang and GCC).
Is it possible to build Miracl under Emscripten?
Looking at "managed.txt" I see you use inline assembly and intrinsics which may be hard to translate (Emscripten is basically a LLVM-to-JS backend to Clang and GCC).