interpreters/toywasm: update toywasm version

This commit is contained in:
YAMAMOTO Takashi 2022-11-30 23:01:21 +09:00 committed by Xiang Xiao
parent bd20d45612
commit 5ae46ab6a7

View File

@ -56,7 +56,7 @@ CSRCS += xlog.c
CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/interpreters/toywasm/include} 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/lib}
TOYWASM_VERSION = 89465d57a8ad07a2e159711c92d3625bf66c41c7 TOYWASM_VERSION = ab861c89be54144d2bdff432e21d431c8a1c1e74
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/