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

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

commit 2c9939920b47cc4c34f5f8ad25843a407707a9fd
Author: YAMAMOTO Takashi <[email protected]>
AuthorDate: Sun May 28 12:08:44 2023 +0900

    toywasm: bump version
    
    this includes SIMD support.
---
 interpreters/toywasm/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/interpreters/toywasm/Makefile b/interpreters/toywasm/Makefile
index 41a89bfe2..7e9dc2626 100644
--- a/interpreters/toywasm/Makefile
+++ b/interpreters/toywasm/Makefile
@@ -45,6 +45,7 @@ CSRCS += insn.c
 CSRCS += instance.c
 CSRCS += leb128.c
 CSRCS += list.c
+CSRCS += load_context.c
 CSRCS += module.c
 CSRCS += module_writer.c
 CSRCS += nbio.c
@@ -77,7 +78,7 @@ CFLAGS += ${shell $(INCDIR) "$(CC)" 
$(APPDIR)/interpreters/toywasm/include}
 CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/interpreters/toywasm/toywasm/lib}
 CFLAGS += ${shell $(INCDIR) "$(CC)" 
$(APPDIR)/interpreters/toywasm/toywasm/libwasi}
 
-TOYWASM_VERSION  = 80d43dfa3377810fff0ff143b2e8be2e229bf7f2
+TOYWASM_VERSION  = 031ac96574bf95c5ec31e5aeb02787a84e6d4af0
 TOYWASM_UNPACK   = toywasm
 TOYWASM_TARBALL  = $(TOYWASM_VERSION).zip
 TOYWASM_URL_BASE = https://github.com/yamt/toywasm/archive/

Reply via email to