You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed: The global context API (aka "managed" API) has been moved to separate library ethash::global-context and ethash/global_context.hpp header. #175
Added: CMake options to disable building of individual libraries:
-DETHASH_BUILD_GLOBAL_CONTEXT=NO disables building ethash::global-context.
-DETHASH_BUILD_ETHASH=NO disables building ethash::ethash and ethash::global-context. Only ethash::keccak is built then.
Added: Basic support for building to WebAssembly #175