re-org bh_definition.c && introduce wamr fast interpreter (#189)
Co-authored-by: Xu Jun
This commit is contained in:
@ -127,4 +127,11 @@ if (WAMR_BUILD_LIBC_WASI EQUAL 1)
|
||||
else ()
|
||||
message (" Libc WASI disbled")
|
||||
endif ()
|
||||
if (WAMR_BUILD_FAST_INTERP EQUAL 1)
|
||||
add_definitions (-DWASM_ENABLE_FAST_INTERP=1)
|
||||
message (" Fast interpreter enabled")
|
||||
else ()
|
||||
add_definitions (-DWASM_ENABLE_FAST_INTERP=0)
|
||||
message (" Fast interpreter disbled")
|
||||
endif ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user