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";