Skip to content

Commit

Permalink
toywasm_config.[ch].in: add TOYWASM_SORT_EXPORTS
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 5, 2023
1 parent 7932dd6 commit 9fc06d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/toywasm_config.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const char *const toywasm_config_string =
"\tTOYWASM_USE_USER_SCHED = @TOYWASM_USE_USER_SCHED@\n"
"\tTOYWASM_ENABLE_TRACING = @TOYWASM_ENABLE_TRACING@\n"
"\tTOYWASM_ENABLE_TRACING_INSN = @TOYWASM_ENABLE_TRACING_INSN@\n"
"\tTOYWASM_SORT_EXPORTS = @TOYWASM_SORT_EXPORTS@\n"
"\tTOYWASM_USE_JUMP_BINARY_SEARCH = @TOYWASM_USE_JUMP_BINARY_SEARCH@\n"
"\tTOYWASM_USE_JUMP_CACHE = @TOYWASM_USE_JUMP_CACHE@\n"
"\tTOYWASM_JUMP_CACHE2_SIZE = @TOYWASM_JUMP_CACHE2_SIZE@\n"
Expand Down
1 change: 1 addition & 0 deletions lib/toywasm_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#cmakedefine TOYWASM_USE_USER_SCHED
#cmakedefine TOYWASM_ENABLE_TRACING
#cmakedefine TOYWASM_ENABLE_TRACING_INSN
#cmakedefine TOYWASM_SORT_EXPORTS
#cmakedefine TOYWASM_USE_JUMP_BINARY_SEARCH
#cmakedefine TOYWASM_USE_JUMP_CACHE
#define TOYWASM_JUMP_CACHE2_SIZE @TOYWASM_JUMP_CACHE2_SIZE@
Expand Down

0 comments on commit 9fc06d3

Please sign in to comment.