File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/toywasm/lib
90
90
CFLAGS += ${INCDIR_PREFIX}$(APPDIR ) /interpreters/toywasm/toywasm/libwasi
91
91
CFLAGS += ${INCDIR_PREFIX}$(APPDIR ) /interpreters/toywasm/toywasm/libdyld
92
92
93
- TOYWASM_VERSION = e2ec1b60e06dbe360ae638970d01906ded5ab497
93
+ TOYWASM_VERSION = 15e6585cecd8049a03a901a4ed8a6b2dd3c18e48
94
94
TOYWASM_UNPACK = toywasm
95
95
TOYWASM_TARBALL = $(TOYWASM_VERSION ) .zip
96
96
TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ git -C ${DIR} checkout FETCH_HEAD
20
20
21
21
cmake -B ${BUILDDIR} \
22
22
-DTOYWASM_USE_SHORT_ENUMS=OFF \
23
+ -DTOYWASM_ENABLE_WASM_EXCEPTION_HANDLING=ON \
23
24
-DTOYWASM_ENABLE_WASM_EXTENDED_CONST=ON \
24
25
-DTOYWASM_ENABLE_WASM_MULTI_MEMORY=ON \
25
26
-DTOYWASM_ENABLE_WASM_TAILCALL=ON \
You can’t perform that action at this time.
0 commit comments