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 900b32c908ba1b6704caee14de81ddc734521792
Author: YAMAMOTO Takashi <[email protected]>
AuthorDate: Sun May 28 12:11:13 2023 +0900

    toywasm: regen
    
    ```
    REF=031ac96574bf95c5ec31e5aeb02787a84e6d4af0 ./regen.sh
    ```
---
 interpreters/toywasm/include/toywasm_config.h  | 1 +
 interpreters/toywasm/include/toywasm_version.h | 2 +-
 interpreters/toywasm/src/toywasm_config.c      | 2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/interpreters/toywasm/include/toywasm_config.h 
b/interpreters/toywasm/include/toywasm_config.h
index d7a2cc3d1..6427d97f0 100644
--- a/interpreters/toywasm/include/toywasm_config.h
+++ b/interpreters/toywasm/include/toywasm_config.h
@@ -31,6 +31,7 @@
 #define TOYWASM_USE_RESULTTYPE_CELLIDX
 #define TOYWASM_USE_LOCALTYPE_CELLIDX
 #define TOYWASM_ENABLE_WRITER
+#define TOYWASM_ENABLE_WASM_SIMD
 #define TOYWASM_ENABLE_WASM_EXTENDED_CONST
 #define TOYWASM_ENABLE_WASM_MULTI_MEMORY
 #define TOYWASM_ENABLE_WASM_TAILCALL
diff --git a/interpreters/toywasm/include/toywasm_version.h 
b/interpreters/toywasm/include/toywasm_version.h
index 1cefbedf4..c09db8eea 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 "v21.0.0-1-g80d43df"
+#define TOYWASM_VERSION "v24.0.0-17-g031ac96"
 
 #endif /* !defined(_TOYWASM_VERSION_H) */
diff --git a/interpreters/toywasm/src/toywasm_config.c 
b/interpreters/toywasm/src/toywasm_config.c
index 9545ebaa1..90f1f95d4 100644
--- a/interpreters/toywasm/src/toywasm_config.c
+++ b/interpreters/toywasm/src/toywasm_config.c
@@ -29,6 +29,7 @@
 const char *toywasm_config_string =
 "\tTOYWASM_USE_SEPARATE_EXECUTE = ON\n"
 "\tTOYWASM_USE_TAILCALL = ON\n"
+"\tTOYWASM_USE_SIMD = OFF\n"
 "\tTOYWASM_USE_SHORT_ENUMS = OFF\n"
 "\tTOYWASM_USE_USER_SCHED = OFF\n"
 "\tTOYWASM_ENABLE_TRACING = OFF\n"
@@ -43,6 +44,7 @@ const char *toywasm_config_string =
 "\tTOYWASM_USE_LOCALTYPE_CELLIDX = ON\n"
 "\tTOYWASM_PREALLOC_SHARED_MEMORY = OFF\n"
 "\tTOYWASM_ENABLE_WRITER = ON\n"
+"\tTOYWASM_ENABLE_WASM_SIMD = ON\n"
 "\tTOYWASM_ENABLE_WASM_EXTENDED_CONST = ON\n"
 "\tTOYWASM_ENABLE_WASM_MULTI_MEMORY = ON\n"
 "\tTOYWASM_ENABLE_WASM_TAILCALL = ON\n"

Reply via email to