cryptoflop / remix-light

A light version of the Remix Ethereum IDE as a VSCode extension
MIT License
8 stars 5 forks source link

Update package.json #4

Closed dima24kmagic closed 10 months ago

dima24kmagic commented 10 months ago

Updating compiler version to be the latest

cryptoflop commented 10 months ago

This bumps the current version, but of course this isn't optimal... Unfortunately, as I remember, the solc compile as a WASM module wasn't working with VSCode back then, otherwise this would be a way better option instead of having to bump it manually

dima24kmagic commented 10 months ago

@arthurshoppy Yeah, I saw that it's possible to install various npm modules for solidity compiler, and then import all of them and create a List to choose, but for now it solves a problem with latest solidity version