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 7570eae2ce205c8fe1109958de31b7230fe3397c
Author: YAMAMOTO Takashi <[email protected]>
AuthorDate: Sat Jul 27 21:23:41 2024 +0900

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

diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile
index a7b7c7cf1..ff6114782 100644
--- a/interpreters/toywasm/Makefile
+++ b/interpreters/toywasm/Makefile
@@ -142,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  = 034952e424600381b45d9d400735bfeb96fd5848
+TOYWASM_VERSION  = 4db87d399cc871845237557020dae595cd6384dc
 TOYWASM_UNPACK   = toywasm
 TOYWASM_TARBALL  = $(TOYWASM_VERSION).zip
 TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/

Reply via email to