toywasm: bump the version

This commit is contained in:
YAMAMOTO Takashi 2023-06-20 07:41:19 +09:00 committed by Petro Karashchenko
parent caed582ea9
commit 5c9e8d6352

View File

@ -78,7 +78,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 = 031ac96574bf95c5ec31e5aeb02787a84e6d4af0
TOYWASM_VERSION = 99468253ca11c9b8df444e3e23865b5030f6af69
TOYWASM_UNPACK = toywasm
TOYWASM_TARBALL = $(TOYWASM_VERSION).zip
TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/