toywasm: regen after a change to the script

```
REF=031ac96574bf95c5ec31e5aeb02787a84e6d4af0 ./regen.sh
```
This commit is contained in:
YAMAMOTO Takashi 2023-06-16 22:50:24 +09:00 committed by Petro Karashchenko
parent fcda92ebc7
commit 3d598fce6c
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@
#define _TOYWASM_CONFIG_H
#define TOYWASM_USE_SEPARATE_EXECUTE
#define TOYWASM_USE_TAILCALL
#define TOYWASM_USE_JUMP_BINARY_SEARCH
#define TOYWASM_JUMP_CACHE2_SIZE 4
#define TOYWASM_USE_LOCALS_CACHE

View File

@ -28,7 +28,7 @@
const char *toywasm_config_string =
"\tTOYWASM_USE_SEPARATE_EXECUTE = ON\n"
"\tTOYWASM_USE_TAILCALL = ON\n"
"\tTOYWASM_USE_TAILCALL = OFF\n"
"\tTOYWASM_USE_SIMD = OFF\n"
"\tTOYWASM_USE_SHORT_ENUMS = OFF\n"
"\tTOYWASM_USE_USER_SCHED = OFF\n"