Skip to content

Commit

Permalink
toywasm: Regen
Browse files Browse the repository at this point in the history
```
REF=aaf74d68b6c57060da62ef9fc056f9f3a776e845 ./regen.sh
```
  • Loading branch information
yamt authored and xiaoxiang781216 committed Apr 25, 2024
1 parent f6f996d commit 29028d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion interpreters/toywasm/include/toywasm_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
2 changes: 2 additions & 0 deletions interpreters/toywasm/src/toywasm_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 29028d4

Please sign in to comment.