toywasm: Regen

```
REF=aaf74d68b6c57060da62ef9fc056f9f3a776e845 ./regen.sh
```
This commit is contained in:
YAMAMOTO Takashi 2024-04-25 00:38:19 +09:00 committed by Xiang Xiao
parent f6f996d1f3
commit 29028d480b
2 changed files with 3 additions and 1 deletions

View File

@ -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) */

View File

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