toywasm: regen after a change to the script
``` REF=031ac96574bf95c5ec31e5aeb02787a84e6d4af0 ./regen.sh ```
This commit is contained in:
parent
fcda92ebc7
commit
3d598fce6c
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user