Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

fix: fixed to compile on Electron 13 (re-opened the pull request on a feature branch)#3

Open
ptesavol wants to merge 1 commit intoConsenSys-archive:masterfrom
ptesavol:compiles-on-electron-13
Open

fix: fixed to compile on Electron 13 (re-opened the pull request on a feature branch)#3
ptesavol wants to merge 1 commit intoConsenSys-archive:masterfrom
ptesavol:compiles-on-electron-13

Conversation

@ptesavol
Copy link

@ptesavol ptesavol commented Jul 3, 2021

This pull request makes it possible to build the binaries for Electron 13. You can try it out by running ./node_modules/.bin/electron-rebuild -v 13

Deprecated ArrayBuffer methods have been removed from the v8.h used by Electron 13, and this prevented the previous version of this lib from compiling for Electron 13. The changes in this pull request have been made according to my current understanding of this document https://docs.google.com/document/d/1sTc_jRL87Fu175Holm5SV0kajkseGl2r8ifGY76G35k/edit#heading=h.5irk4csrpu0y and have not been tested for memory leaks nor performance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant