paradigmxyz / revmc

JIT and AOT compiler for the Ethereum Virtual Machine, built on Revm.
Apache License 2.0
205 stars 22 forks source link

fix(inkwell): use from crates.io #60

Closed 0xDmtri closed 3 months ago

0xDmtri commented 3 months ago

For some reason cargo fails to find inkwell 4 as a dep with this particular feature. I saw they've done some new release but I am not sure why this feature is not available in v4 anymore. Anyways, I suggest using it from crates.io and using v5.

All tests passed.