From 15df04083eb762ce16479561102d64ad4773288f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sun, 23 Apr 2023 20:49:18 +0900 Subject: [PATCH] toywasm: regen REF=80d43dfa3377810fff0ff143b2e8be2e229bf7f2 ./regen.sh --- interpreters/toywasm/include/toywasm_version.h | 2 +- interpreters/toywasm/src/toywasm_config.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/interpreters/toywasm/include/toywasm_version.h b/interpreters/toywasm/include/toywasm_version.h index f4f5911ee..1cefbedf4 100644 --- a/interpreters/toywasm/include/toywasm_version.h +++ b/interpreters/toywasm/include/toywasm_version.h @@ -21,6 +21,6 @@ #if !defined(_TOYWASM_VERSION_H) #define _TOYWASM_VERSION_H -#define TOYWASM_VERSION "v0.0.17-1-g7c6ff39" +#define TOYWASM_VERSION "v21.0.0-1-g80d43df" #endif /* !defined(_TOYWASM_VERSION_H) */ diff --git a/interpreters/toywasm/src/toywasm_config.c b/interpreters/toywasm/src/toywasm_config.c index 414311dd0..9545ebaa1 100644 --- a/interpreters/toywasm/src/toywasm_config.c +++ b/interpreters/toywasm/src/toywasm_config.c @@ -41,6 +41,7 @@ const char *toywasm_config_string = "\tTOYWASM_USE_SMALL_CELLS = ON\n" "\tTOYWASM_USE_RESULTTYPE_CELLIDX = ON\n" "\tTOYWASM_USE_LOCALTYPE_CELLIDX = ON\n" +"\tTOYWASM_PREALLOC_SHARED_MEMORY = OFF\n" "\tTOYWASM_ENABLE_WRITER = ON\n" "\tTOYWASM_ENABLE_WASM_EXTENDED_CONST = ON\n" "\tTOYWASM_ENABLE_WASM_MULTI_MEMORY = ON\n"