JSPM

solc-wrapper

0.6.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 68
  • Score
    100M100P100Q94954F
  • License MIT

Wrapper for the Solidity compiler emscripten version

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.