You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ These are to be used via EVMC `set_option`:
66
66
67
67
-`engine=<engine>` will select the underlying WebAssembly engine, where the only accepted values currently are `binaryen`, `wabt`, and `wavm`
68
68
-`metering=true` will enable metering of bytecode at deployment using the [Sentinel system contract] (set to `false` by default)
69
+
-`benchmark=true` will produce execution timings and output it to both standard error output and `hera_benchmarks.log` file.
69
70
-`evm1mode=<evm1mode>` will select how EVM1 bytecode is handled
70
71
-`sys:<alias/address>=file.wasm` will override the code executing at the specified address with code loaded from a filepath at runtime. This option supports aliases for system contracts as well, such that `sys:sentinel=file.wasm` and `sys:evm2wasm=file.wasm` are both valid. **This option is intended for debugging purposes.**
0 commit comments