Skip to content

Commit

Permalink
Remove VM2 mention in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jul 2, 2023
1 parent beecc48 commit a7c0888
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nimbus: ultra-light Ethereum execution layer client
# Nimbus: ultra-light Ethereum execution layer client
[![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![GH action-nimbus-eth1](https://github.com/status-im/nimbus-eth1/workflows/CI/badge.svg)
Expand Down Expand Up @@ -232,14 +232,11 @@ available.)
* ENABLE_EVMC=1<br>
Enable mostly EVMC compliant wrapper around the native Nim VM

* ENABLE_VM2LOWMEM=1<br>
* ENABLE_VMLOWMEM=1<br>
Enable new re-factored version of the native Nim VM. This version is not
optimised and coded in a way so that low memory compilers can handle it
(observed on 32 bit windows 7.)

* ENABLE_VM2=1<br>
Enable new re-factored version of the native Nim VM.

For these variables, using &lt;variable&gt;=0 is ignored and &lt;variable&gt;=2
has the same effect as &lt;variable&gt;=1 (ditto for other numbers.)

Expand Down

0 comments on commit a7c0888

Please sign in to comment.