Skip to content

Commit

Permalink
toywasm: regen for v31
Browse files Browse the repository at this point in the history
```
REF=6f67aec18ce8f824479e305c17464bd4df1dd7ae ./regen.sh
```
  • Loading branch information
yamt committed Aug 6, 2023
1 parent 3534ff1 commit 95d0192
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions interpreters/toywasm/include/toywasm_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@

#define TOYWASM_USE_SEPARATE_EXECUTE
#define TOYWASM_USE_TAILCALL
#define TOYWASM_SORT_EXPORTS
#define TOYWASM_USE_JUMP_BINARY_SEARCH
#define TOYWASM_JUMP_CACHE2_SIZE 4
#define TOYWASM_USE_LOCALS_FAST_PATH
#define TOYWASM_USE_LOCALS_CACHE
#define TOYWASM_USE_SEPARATE_LOCALS
#define TOYWASM_USE_SMALL_CELLS
Expand Down
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 "v30.0.0"
#define TOYWASM_VERSION "v31.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 @@ -35,9 +35,11 @@ const char *const toywasm_config_string =
"\tTOYWASM_USE_USER_SCHED = OFF\n"
"\tTOYWASM_ENABLE_TRACING = OFF\n"
"\tTOYWASM_ENABLE_TRACING_INSN = OFF\n"
"\tTOYWASM_SORT_EXPORTS = ON\n"
"\tTOYWASM_USE_JUMP_BINARY_SEARCH = ON\n"
"\tTOYWASM_USE_JUMP_CACHE = OFF\n"
"\tTOYWASM_JUMP_CACHE2_SIZE = 4\n"
"\tTOYWASM_USE_LOCALS_FAST_PATH = ON\n"
"\tTOYWASM_USE_LOCALS_CACHE = ON\n"
"\tTOYWASM_USE_SEPARATE_LOCALS = ON\n"
"\tTOYWASM_USE_SMALL_CELLS = ON\n"
Expand Down

0 comments on commit 95d0192

Please sign in to comment.