From 5ae46ab6a749606885a2c1c36fc5fe182b757b5a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 30 Nov 2022 23:01:21 +0900 Subject: [PATCH] interpreters/toywasm: update toywasm version --- interpreters/toywasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile index d4852ae6b..c975386c7 100644 --- a/interpreters/toywasm/Makefile +++ b/interpreters/toywasm/Makefile @@ -56,7 +56,7 @@ CSRCS += xlog.c CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/interpreters/toywasm/include} CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/interpreters/toywasm/toywasm/lib} -TOYWASM_VERSION = 89465d57a8ad07a2e159711c92d3625bf66c41c7 +TOYWASM_VERSION = ab861c89be54144d2bdff432e21d431c8a1c1e74 TOYWASM_UNPACK = toywasm TOYWASM_TARBALL = $(TOYWASM_VERSION).zip TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/