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 a9e7b84c81df0550ba6a92039b6611f7718c22f4
Author: YAMAMOTO Takashi <[email protected]>
AuthorDate: Fri Jul 12 00:48:28 2024 +0900

    toywasm: bump to v54.0.0
---
 interpreters/toywasm/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile
index 3de3158a8..a7b7c7cf1 100644
--- a/interpreters/toywasm/Makefile
+++ b/interpreters/toywasm/Makefile
@@ -36,11 +36,14 @@ CSRCS += cconv.c
 CSRCS += cell.c
 CSRCS += context.c
 CSRCS += decode.c
+CSRCS += dummy_host_func.c
 CSRCS += endian.c
+CSRCS += escape.c
 CSRCS += exec.c
 CSRCS += exec_debug.c
 CSRCS += exec_insn_subr.c
 CSRCS += expr.c
+CSRCS += expr_parser.c
 CSRCS += fileio.c
 CSRCS += host_instance.c
 CSRCS += idalloc.c
@@ -139,7 +142,7 @@ CFLAGS += 
${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/toywasm/libdyld
 
 CFLAGS += -Wno-unknown-warning-option -Wno-unused-but-set-variable 
-Wno-unused-variable -Wno-return-type
 
-TOYWASM_VERSION  = b43dd5312988a6dbc2b165c5956697d7f1d16000
+TOYWASM_VERSION  = 034952e424600381b45d9d400735bfeb96fd5848
 TOYWASM_UNPACK   = toywasm
 TOYWASM_TARBALL  = $(TOYWASM_VERSION).zip
 TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/

Reply via email to