This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 649a863d4de86daf764225fdb7b1b603b939456e Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Mon May 13 20:13:18 2024 +0900 toywasm: regen for v44 ``` REF=76b9d7088ab321e329b6f958360fb05cebd3df9f ./regen.sh ``` --- interpreters/toywasm/include/toywasm_version.h | 2 +- interpreters/toywasm/src/toywasm_config.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/interpreters/toywasm/include/toywasm_version.h b/interpreters/toywasm/include/toywasm_version.h index bc89c082b..a735c2838 100644 --- a/interpreters/toywasm/include/toywasm_version.h +++ b/interpreters/toywasm/include/toywasm_version.h @@ -21,6 +21,6 @@ #if !defined(_TOYWASM_VERSION_H) #define _TOYWASM_VERSION_H -#define TOYWASM_VERSION "v42.0.0" +#define TOYWASM_VERSION "v44.0.0" #endif /* !defined(_TOYWASM_VERSION_H) */ diff --git a/interpreters/toywasm/src/toywasm_config.c b/interpreters/toywasm/src/toywasm_config.c index 65d037560..77ade6f73 100644 --- a/interpreters/toywasm/src/toywasm_config.c +++ b/interpreters/toywasm/src/toywasm_config.c @@ -28,6 +28,7 @@ const char *const toywasm_config_string = "\tTOYWASM_USE_SEPARATE_EXECUTE = ON\n" +"\tTOYWASM_USE_SEPARATE_VALIDATE = OFF\n" "\tTOYWASM_USE_TAILCALL = ON\n" "\tTOYWASM_FORCE_USE_TAILCALL = OFF\n" "\tTOYWASM_USE_SIMD = OFF\n"
