From 29028d480be0942795b4c73c17163abecd47f02a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 25 Apr 2024 00:38:19 +0900 Subject: [PATCH] toywasm: Regen ``` REF=aaf74d68b6c57060da62ef9fc056f9f3a776e845 ./regen.sh ``` --- interpreters/toywasm/include/toywasm_version.h | 2 +- interpreters/toywasm/src/toywasm_config.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/interpreters/toywasm/include/toywasm_version.h b/interpreters/toywasm/include/toywasm_version.h index 543fb79fc..bc89c082b 100644 --- a/interpreters/toywasm/include/toywasm_version.h +++ b/interpreters/toywasm/include/toywasm_version.h @@ -21,6 +21,6 @@ #if !defined(_TOYWASM_VERSION_H) #define _TOYWASM_VERSION_H -#define TOYWASM_VERSION "v41.0.0" +#define TOYWASM_VERSION "v42.0.0" #endif /* !defined(_TOYWASM_VERSION_H) */ diff --git a/interpreters/toywasm/src/toywasm_config.c b/interpreters/toywasm/src/toywasm_config.c index 88ab0800c..65d037560 100644 --- a/interpreters/toywasm/src/toywasm_config.c +++ b/interpreters/toywasm/src/toywasm_config.c @@ -57,5 +57,7 @@ const char *const toywasm_config_string = "\tTOYWASM_ENABLE_WASM_NAME_SECTION = ON\n" "\tTOYWASM_ENABLE_WASI = ON\n" "\tTOYWASM_ENABLE_WASI_THREADS = ON\n" +"\tTOYWASM_ENABLE_WASI_LITTLEFS = OFF\n" +"\tTOYWASM_ENABLE_LITTLEFS_STATS = OFF\n" "\tTOYWASM_ENABLE_DYLD = ON\n" "\tTOYWASM_ENABLE_DYLD_DLFCN = ON\n";