From b7ac752ccafe232e2754790508dddf8e3aa64010 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sun, 23 Apr 2023 20:48:59 +0900 Subject: [PATCH] bump toywasm version --- interpreters/toywasm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile index ad421f402..41a89bfe2 100644 --- a/interpreters/toywasm/Makefile +++ b/interpreters/toywasm/Makefile @@ -62,6 +62,7 @@ CSRCS += xlog.c # TOYWASM_ENABLE_WASM_THREADS CSRCS += cluster.c CSRCS += lock.c +CSRCS += suspend.c CSRCS += waitlist.c #CSRCS += usched.c @@ -76,7 +77,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 = 7c6ff3925d0b0f4d5122df9b1b5761bc2954e014 +TOYWASM_VERSION = 80d43dfa3377810fff0ff143b2e8be2e229bf7f2 TOYWASM_UNPACK = toywasm TOYWASM_TARBALL = $(TOYWASM_VERSION).zip TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/