From 41f891f9baf10859071fd6be3084b2afe6425051 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 13 May 2024 20:13:52 +0900 Subject: [PATCH] toywasm: bump to v44 --- interpreters/toywasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile index e1ec349fa..69708a289 100644 --- a/interpreters/toywasm/Makefile +++ b/interpreters/toywasm/Makefile @@ -131,7 +131,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 = aaf74d68b6c57060da62ef9fc056f9f3a776e845 +TOYWASM_VERSION = 76b9d7088ab321e329b6f958360fb05cebd3df9f TOYWASM_UNPACK = toywasm TOYWASM_TARBALL = $(TOYWASM_VERSION).zip TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/