mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-01 06:33:07 +00:00
toywasm: regen
``` REF=15e6585cecd8049a03a901a4ed8a6b2dd3c18e48 ./regen.sh ```
This commit is contained in:
parent
df573bb024
commit
b43340b0aa
3 changed files with 3 additions and 1 deletions
|
|
@ -34,6 +34,7 @@
|
|||
#define TOYWASM_USE_LOCALTYPE_CELLIDX
|
||||
#define TOYWASM_ENABLE_WRITER
|
||||
#define TOYWASM_ENABLE_WASM_SIMD
|
||||
#define TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING
|
||||
#define TOYWASM_ENABLE_WASM_EXTENDED_CONST
|
||||
#define TOYWASM_ENABLE_WASM_MULTI_MEMORY
|
||||
#define TOYWASM_ENABLE_WASM_TAILCALL
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@
|
|||
#if !defined(_TOYWASM_VERSION_H)
|
||||
#define _TOYWASM_VERSION_H
|
||||
|
||||
#define TOYWASM_VERSION "v35.0.0"
|
||||
#define TOYWASM_VERSION "v36.0.0"
|
||||
|
||||
#endif /* !defined(_TOYWASM_VERSION_H) */
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ const char *const toywasm_config_string =
|
|||
"\tTOYWASM_USE_LOCALTYPE_CELLIDX = ON\n"
|
||||
"\tTOYWASM_PREALLOC_SHARED_MEMORY = OFF\n"
|
||||
"\tTOYWASM_ENABLE_WRITER = ON\n"
|
||||
"\tTOYWASM_ENABLE_WASM_EXCEPTION_HANDLING = ON\n"
|
||||
"\tTOYWASM_ENABLE_WASM_SIMD = ON\n"
|
||||
"\tTOYWASM_ENABLE_WASM_EXTENDED_CONST = ON\n"
|
||||
"\tTOYWASM_ENABLE_WASM_MULTI_MEMORY = ON\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue