Comparing version 0.8.25 to 0.8.26
{ | ||
"name": "solc", | ||
"version": "0.8.25", | ||
"version": "0.8.26", | ||
"description": "Solidity compiler", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -322,3 +322,3 @@ [![CircleCI](https://img.shields.io/circleci/project/github/ethereum/solc-js/master.svg?style=flat-square)](https://circleci.com/gh/ethereum/solc-js/tree/master) | ||
Compilation is generally a long-running and resource intensive task that cannot reasonably be performed in the main thread of the browser. | ||
Some browsers even dissallow synchronous compilation on the main thread if the module is larger than 4KB. | ||
Some browsers even disallow synchronous compilation on the main thread if the module is larger than 4KB. | ||
Thus, the only supported way to use `solc` in a web browser is through a [web worker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers). | ||
@@ -325,0 +325,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9135068