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 c7a694ecc8fb7c5c544bb66ba7c7f15b818d86f9
Author: YAMAMOTO Takashi <yamam...@midokura.com>
AuthorDate: Sun Dec 29 15:22:46 2024 +0900

    toywasm: bump to v65.0.0
---
 interpreters/toywasm/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile
index 6a012b808..9de01ccc9 100644
--- a/interpreters/toywasm/Makefile
+++ b/interpreters/toywasm/Makefile
@@ -64,6 +64,7 @@ CSRCS += options.c
 CSRCS += report.c
 CSRCS += restart.c
 CSRCS += shared_memory.c
+CSRCS += slist.c
 CSRCS += timeutil.c
 CSRCS += toywasm_config.c
 CSRCS += type.c
@@ -145,7 +146,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  = d7bb4aaef08be2d7821891f17bd9ef82ac1ba358
+TOYWASM_VERSION  = e972e94fa427c3371fb21ad4bb9f238a1cca7795
 TOYWASM_UNPACK   = toywasm
 TOYWASM_TARBALL  = $(TOYWASM_VERSION).zip
 TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/

Reply via email to