From 7570eae2ce205c8fe1109958de31b7230fe3397c Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sat, 27 Jul 2024 21:23:41 +0900 Subject: [PATCH] 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/