Package Exports
- solc-wrapper
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (solc-wrapper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
solc-js-wrapper
npm install solc-wrapper
JavaScript bindings for the Solidity compiler.
Wraps the Emscripten compiled Solidity found in the solc-bin repository.
This is a fork of the original project solc-js, with the difference that it removes the binary solc
, and does not bundle any emscripten version by default. It is intended to be used from code only, and not from the command line.
It exports the wrapper
function that receives the emscripten binary and returns the js friendly wrapper.