From 6aef7fc0a3fb61d9cb5a1e6594b59374d43e1559 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 11 Jan 2023 20:19:16 +0900 Subject: [PATCH] interpreter/toywasm: Update toywasm version Tested on esp32-devkitc. --- interpreters/toywasm/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile index 1818e5578..f5cfd0fe5 100644 --- a/interpreters/toywasm/Makefile +++ b/interpreters/toywasm/Makefile @@ -45,8 +45,10 @@ CSRCS += import_object.c CSRCS += insn.c CSRCS += instance.c CSRCS += leb128.c +CSRCS += list.c CSRCS += module.c CSRCS += module_writer.c +CSRCS += nbio.c CSRCS += report.c CSRCS += timeutil.c CSRCS += type.c @@ -61,12 +63,13 @@ CSRCS += lock.c CSRCS += waitlist.c # TOYWASM_ENABLE_WASI_THREADS +CSRCS += shared_memory.c CSRCS += wasi_threads.c CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/interpreters/toywasm/include} CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/interpreters/toywasm/toywasm/lib} -TOYWASM_VERSION = 7c55fe4478e01ae651967f7c5d3fd3fa98a851ba +TOYWASM_VERSION = 5a1d6bf349571e0b63a9d02d73e01b8e212fb8c0 TOYWASM_UNPACK = toywasm TOYWASM_TARBALL = $(TOYWASM_VERSION).zip TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/