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 6fb38bc246e78fc62d7d67a39f500be47f184892
Author: YAMAMOTO Takashi <[email protected]>
AuthorDate: Sun Aug 6 16:22:14 2023 +0900

    toywasm: bump the version to v31
---
 interpreters/toywasm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile
index 7aa657d77..030e150ff 100644
--- a/interpreters/toywasm/Makefile
+++ b/interpreters/toywasm/Makefile
@@ -86,7 +86,7 @@ CFLAGS += 
${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/toywasm/lib
 CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/toywasm/libwasi
 CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/toywasm/libdyld
 
-TOYWASM_VERSION  = bfcc5be6eb25c9581c6c3b443ac38c1a814f8e18
+TOYWASM_VERSION  = 6f67aec18ce8f824479e305c17464bd4df1dd7ae
 TOYWASM_UNPACK   = toywasm
 TOYWASM_TARBALL  = $(TOYWASM_VERSION).zip
 TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/

Reply via email to