From c7a694ecc8fb7c5c544bb66ba7c7f15b818d86f9 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sun, 29 Dec 2024 15:22:46 +0900 Subject: [PATCH] toywasm: bump to v65.0.0 --- interpreters/toywasm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile index 6a012b808..9de01ccc9 100644 --- a/interpreters/toywasm/Makefile +++ b/interpreters/toywasm/Makefile @@ -64,6 +64,7 @@ CSRCS += options.c CSRCS += report.c CSRCS += restart.c CSRCS += shared_memory.c +CSRCS += slist.c CSRCS += timeutil.c CSRCS += toywasm_config.c CSRCS += type.c @@ -145,7 +146,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 = d7bb4aaef08be2d7821891f17bd9ef82ac1ba358 +TOYWASM_VERSION = e972e94fa427c3371fb21ad4bb9f238a1cca7795 TOYWASM_UNPACK = toywasm TOYWASM_TARBALL = $(TOYWASM_VERSION).zip TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/