Skip to content

web-solc@0.7.0

Latest

Choose a tag to compare

@gnidan gnidan released this 28 Jul 03:36

This release changes fetchSolc and fetchAndLoadSolc to both default to using the WebAssembly builds.

In addition, this is a breaking release for users of the repository.baseUrl parameter defined in FetchOptions. This value must now exclude the trailing /bin or /wasm. Build architecture is now specified in FetchOptions as build: "wasm" | "emscripten".