mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
toywasm: regen for v45.0.0
``` REF=9f77f3519f84e9bb0074d855a04d731a5f56ce84 ./regen.sh ```
This commit is contained in:
parent
edb8138e04
commit
90a745b520
3 changed files with 3 additions and 1 deletions
|
|
@ -40,6 +40,7 @@
|
|||
#define TOYWASM_ENABLE_WASM_MULTI_MEMORY
|
||||
#define TOYWASM_ENABLE_WASM_TAILCALL
|
||||
#define TOYWASM_ENABLE_WASM_THREADS
|
||||
#define TOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES
|
||||
#define TOYWASM_ENABLE_WASM_NAME_SECTION
|
||||
#define TOYWASM_ENABLE_WASI
|
||||
#define TOYWASM_ENABLE_WASI_THREADS
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@
|
|||
#if !defined(_TOYWASM_VERSION_H)
|
||||
#define _TOYWASM_VERSION_H
|
||||
|
||||
#define TOYWASM_VERSION "v44.0.0"
|
||||
#define TOYWASM_VERSION "v45.0.0"
|
||||
|
||||
#endif /* !defined(_TOYWASM_VERSION_H) */
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ const char *const toywasm_config_string =
|
|||
"\tTOYWASM_ENABLE_WASM_MULTI_MEMORY = ON\n"
|
||||
"\tTOYWASM_ENABLE_WASM_TAILCALL = ON\n"
|
||||
"\tTOYWASM_ENABLE_WASM_THREADS = ON\n"
|
||||
"\tTOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES = ON\n"
|
||||
"\tTOYWASM_ENABLE_WASM_NAME_SECTION = ON\n"
|
||||
"\tTOYWASM_ENABLE_WASI = ON\n"
|
||||
"\tTOYWASM_ENABLE_WASI_THREADS = ON\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue