Downloading binaries from emscripten-asmjs/
and emscripten-wasm/
dirs in solc-bin
#671
Labels
medium effort
Default level of effort
medium impact
Default level of impact
must have
Something we consider an essential part of Solidity 1.0.
refactor
We introduced the new directory structure in solc-bin quite a while ago and we're recommending it in Static Binaries. solc-js, however, still uses the legacy
bin/
directory. We should switch to the new structure.downloadCurrentVersion.ts
use the new dirs.emscripten-wasm/
first and only fall back toemscripten-asmjs/
when the binary is not there.bin/
. We need to resolve Add pre-release/nightly builds inside the list of static binaries solidity#13015 first.For reference, Truffle has recently switched to the new structure too: trufflesuite/truffle#5008.
The text was updated successfully, but these errors were encountered: