From 5c9e8d63525688141b046d8ae75671afd59fe776 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 20 Jun 2023 07:41:19 +0900 Subject: [PATCH] toywasm: bump the version --- interpreters/toywasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile index 7e9dc2626..6cb3c47b2 100644 --- a/interpreters/toywasm/Makefile +++ b/interpreters/toywasm/Makefile @@ -78,7 +78,7 @@ CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/interpreters/toywasm/include} CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/interpreters/toywasm/toywasm/lib} CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/interpreters/toywasm/toywasm/libwasi} -TOYWASM_VERSION = 031ac96574bf95c5ec31e5aeb02787a84e6d4af0 +TOYWASM_VERSION = 99468253ca11c9b8df444e3e23865b5030f6af69 TOYWASM_UNPACK = toywasm TOYWASM_TARBALL = $(TOYWASM_VERSION).zip TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/