Skip to content

Commit df573bb

Browse files
yamtxiaoxiang781216
authored andcommitted
toywasm: bump the version
1 parent d381699 commit df573bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

interpreters/toywasm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/toywasm/lib
9090
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/toywasm/libwasi
9191
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/toywasm/libdyld
9292

93-
TOYWASM_VERSION = e2ec1b60e06dbe360ae638970d01906ded5ab497
93+
TOYWASM_VERSION = 15e6585cecd8049a03a901a4ed8a6b2dd3c18e48
9494
TOYWASM_UNPACK = toywasm
9595
TOYWASM_TARBALL = $(TOYWASM_VERSION).zip
9696
TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/

interpreters/toywasm/regen.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ git -C ${DIR} checkout FETCH_HEAD
2020

2121
cmake -B ${BUILDDIR} \
2222
-DTOYWASM_USE_SHORT_ENUMS=OFF \
23+
-DTOYWASM_ENABLE_WASM_EXCEPTION_HANDLING=ON \
2324
-DTOYWASM_ENABLE_WASM_EXTENDED_CONST=ON \
2425
-DTOYWASM_ENABLE_WASM_MULTI_MEMORY=ON \
2526
-DTOYWASM_ENABLE_WASM_TAILCALL=ON \

0 commit comments

Comments
 (0)