ewasm-kernel
ewasm-kernel copied to clipboard
Add CircleCI support
Why remove runTx? Not sure why it was commented out, but it was supposed to work.
The linter doesn't like it and it was commented out so I removed it. I can bring it back.
Ah... There is a problem with this approach.
If I make a change in evm2wasm which causes the Vm tests to break (swapping around endianness), I need to make a corresponding change in this library.
But.. when I make the change in ewasm-kernel and make a PR for it, the CI will just pull evm2wasm#master .