toywasm: bump to v54.0.0

This commit is contained in:
YAMAMOTO Takashi 2024-07-12 00:48:28 +09:00 committed by Xiang Xiao
parent 1852731df8
commit a9e7b84c81

View File

@ -36,11 +36,14 @@ CSRCS += cconv.c
CSRCS += cell.c CSRCS += cell.c
CSRCS += context.c CSRCS += context.c
CSRCS += decode.c CSRCS += decode.c
CSRCS += dummy_host_func.c
CSRCS += endian.c CSRCS += endian.c
CSRCS += escape.c
CSRCS += exec.c CSRCS += exec.c
CSRCS += exec_debug.c CSRCS += exec_debug.c
CSRCS += exec_insn_subr.c CSRCS += exec_insn_subr.c
CSRCS += expr.c CSRCS += expr.c
CSRCS += expr_parser.c
CSRCS += fileio.c CSRCS += fileio.c
CSRCS += host_instance.c CSRCS += host_instance.c
CSRCS += idalloc.c CSRCS += idalloc.c
@ -139,7 +142,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 CFLAGS += -Wno-unknown-warning-option -Wno-unused-but-set-variable -Wno-unused-variable -Wno-return-type
TOYWASM_VERSION = b43dd5312988a6dbc2b165c5956697d7f1d16000 TOYWASM_VERSION = 034952e424600381b45d9d400735bfeb96fd5848
TOYWASM_UNPACK = toywasm TOYWASM_UNPACK = toywasm
TOYWASM_TARBALL = $(TOYWASM_VERSION).zip TOYWASM_TARBALL = $(TOYWASM_VERSION).zip
TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/ TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/