You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2023/01/11 15:05:07 UTC

[nuttx-apps] branch master updated: interpreter/toywasm: Update toywasm version

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 6aef7fc0a interpreter/toywasm: Update toywasm version
6aef7fc0a is described below

commit 6aef7fc0a3fb61d9cb5a1e6594b59374d43e1559
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Jan 11 20:19:16 2023 +0900

    interpreter/toywasm: Update toywasm version
    
    Tested on esp32-devkitc.
---
 interpreters/toywasm/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile
index 1818e5578..f5cfd0fe5 100644
--- a/interpreters/toywasm/Makefile
+++ b/interpreters/toywasm/Makefile
@@ -45,8 +45,10 @@ CSRCS += import_object.c
 CSRCS += insn.c
 CSRCS += instance.c
 CSRCS += leb128.c
+CSRCS += list.c
 CSRCS += module.c
 CSRCS += module_writer.c
+CSRCS += nbio.c
 CSRCS += report.c
 CSRCS += timeutil.c
 CSRCS += type.c
@@ -61,12 +63,13 @@ CSRCS += lock.c
 CSRCS += waitlist.c
 
 # TOYWASM_ENABLE_WASI_THREADS
+CSRCS += shared_memory.c
 CSRCS += wasi_threads.c
 
 CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/interpreters/toywasm/include}
 CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/interpreters/toywasm/toywasm/lib}
 
-TOYWASM_VERSION  = 7c55fe4478e01ae651967f7c5d3fd3fa98a851ba
+TOYWASM_VERSION  = 5a1d6bf349571e0b63a9d02d73e01b8e212fb8c0
 TOYWASM_UNPACK   = toywasm
 TOYWASM_TARBALL  = $(TOYWASM_VERSION).zip
 TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/