solidity-parser / parser

A Solidity parser for JS built on top of a robust ANTLR4 grammar
MIT License
157 stars 44 forks source link

SharedArrayBuffer will require cross-origin isolation in browsers. #48

Open Janther opened 3 years ago

Janther commented 3 years ago

When working on a Prettier plugin for Remix I discovered that SharedArrayBuffer will require cross-origin isolation.

[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M92, around July 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details.

Not sure how this will impact the browser friendly version of this library but you might need to check if this can be addressed.