Skip to content

Commit 9656e44

Browse files
yamtxiaoxiang781216
authored andcommitted
toywasm: bump to v63.0.0
1 parent eab2cba commit 9656e44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interpreters/toywasm/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ CSRCS += wasi_threads.c
124124
# TOYWASM_ENABLE_DYLD
125125
CSRCS += dyld.c
126126
CSRCS += dyld_plt.c
127+
CSRCS += dyld_stats.c
127128

128129
# TOYWASM_ENABLE_DYLD_DLFCN
129130
CSRCS += dyld_dlfcn.c
@@ -142,7 +143,7 @@ CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/interpreters/toywasm/toywasm/libdyld
142143

143144
CFLAGS += -Wno-unknown-warning-option -Wno-unused-but-set-variable -Wno-unused-variable -Wno-return-type
144145

145-
TOYWASM_VERSION = 4db87d399cc871845237557020dae595cd6384dc
146+
TOYWASM_VERSION = d7bb4aaef08be2d7821891f17bd9ef82ac1ba358
146147
TOYWASM_UNPACK = toywasm
147148
TOYWASM_TARBALL = $(TOYWASM_VERSION).zip
148149
TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/

0 commit comments

Comments
 (0)