jwasinger
jwasinger
``` Executing message in Hera Metering (input 120 bytes)... Executing message in Hera Executing with wabt... wabt (execute): invalid section size: extends past end Module failed to load. Metering done...
Seeing as this test was merged and the Hera CI is passing, can we close this?
No, this was auto-closed by #202 which was merged 'as-is' (without fully fixing this issue)
An EVM1 state test? You should ask @pirapira or @winsvega .
Not yet clear whether this is an issue with evm2wasm or Hera.
~~cause found: https://github.com/ewasm/hera/issues/197~~
Here is the wast segment that is generated for `callcall_00`: ``` (module (import "ethereum" "storageStore" (func $storageStore (param i32 i32) )) (import "ethereum" "call" (func $call (param i64 i32 i32...
Linting generated wast using Binaryen would be nice to have for CircleCI.
I'll take a look into this.
Pushed wip implementation of the stateless executor command. currently broken at the witness+block decoding step.