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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,21 +35,21 @@ Please also check the build options listed in the following section.
35
35
-`-DHERA_DEBUGGING=ON` will turn on debugging features and messages
36
36
-`-DBUILD_SHARED_LIBS=ON` is a standard CMake option to build libraries as shared. This will build Hera shared library that can be then dynamically loaded by EVMC compatible Clients (e.g. `aleth` from [aleth]). **This is the preferred way of compilation.**
37
37
38
-
### Binaryen support
38
+
### wabt support
39
39
40
40
*Complete support.*
41
41
42
-
[Binaryen] is built by default and needs no build options. It can be disabled with:
42
+
[wabt] is built by default and needs no build options. It can be disabled with:
43
43
44
-
-`-DHERA_BINARYEN=OFF`
44
+
-`-DHERA_WABT=OFF`
45
45
46
-
### wabt support
46
+
### Binaryen support
47
47
48
48
*Complete support.*
49
49
50
-
[wabt] support needs to be enabled via the following build option and requested at runtime with `engine=wabt`:
50
+
[Binaryen] support needs to be enabled via the following build option and requested at runtime with `engine=binaryen`:
51
51
52
-
-`-DHERA_WABT=ON` will request the compilation of wabt support
52
+
-`-DHERA_BINARYEN=ON` will request the compilation of Binaryen support
0 commit comments