toywasm: bump to v30.0.0

This commit is contained in:
YAMAMOTO Takashi 2023-07-31 22:54:01 +09:00 committed by Xiang Xiao
parent cb684097b8
commit 23691fd422
2 changed files with 5 additions and 1 deletions

View File

@ -78,12 +78,15 @@ CSRCS += wasi_threads.c
CSRCS += dyld.c
CSRCS += dyld_plt.c
# TOYWASM_ENABLE_DYLD_DLFCN
CSRCS += dyld_dlfcn.c
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/include
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/toywasm/lib
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/toywasm/libwasi
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/toywasm/libdyld
TOYWASM_VERSION = 12b9e518cd18c9fee09a521afa96eb15cd11edac
TOYWASM_VERSION = bfcc5be6eb25c9581c6c3b443ac38c1a814f8e18
TOYWASM_UNPACK = toywasm
TOYWASM_TARBALL = $(TOYWASM_VERSION).zip
TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/

View File

@ -26,6 +26,7 @@ cmake -B ${BUILDDIR} \
-DTOYWASM_ENABLE_WASM_THREADS=ON \
-DTOYWASM_ENABLE_WASI_THREADS=ON \
-DTOYWASM_ENABLE_DYLD=ON \
-DTOYWASM_ENABLE_DYLD_DLFCN=ON \
${DIR}
for fn in \