JSPM

solc-wrapper

0.5.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 99
  • Score
    100M100P100Q95454F
  • 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

JavaScript bindings for the Solidity compiler.

Uses 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.

It exports the wrapper function that receives the emscripten binary and returns the js friendly wrapper.