From aba3e27c6c7d81199c46d9c502568370a5f1be0f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sun, 4 Feb 2024 22:36:57 +0900 Subject: [PATCH] toywasm: update to v38 --- interpreters/toywasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile index 20b3e7055..c8877a36a 100644 --- a/interpreters/toywasm/Makefile +++ b/interpreters/toywasm/Makefile @@ -90,7 +90,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 = 15e6585cecd8049a03a901a4ed8a6b2dd3c18e48 +TOYWASM_VERSION = b3e060f308db23e21aaa3004484bf9335e4d3fcc TOYWASM_UNPACK = toywasm TOYWASM_TARBALL = $(TOYWASM_VERSION).zip TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/