From edb8138e04ee56ab50c99b4d11f32eadf4ec8669 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sat, 25 May 2024 19:53:46 +0900 Subject: [PATCH] toywasm: enable TOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES --- interpreters/toywasm/regen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/interpreters/toywasm/regen.sh b/interpreters/toywasm/regen.sh index 76800602b..091484cd0 100755 --- a/interpreters/toywasm/regen.sh +++ b/interpreters/toywasm/regen.sh @@ -24,6 +24,7 @@ cmake -B ${BUILDDIR} \ -DTOYWASM_ENABLE_WASM_EXTENDED_CONST=ON \ -DTOYWASM_ENABLE_WASM_MULTI_MEMORY=ON \ -DTOYWASM_ENABLE_WASM_TAILCALL=ON \ +-DTOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES=ON \ -DTOYWASM_ENABLE_WASM_THREADS=ON \ -DTOYWASM_ENABLE_WASI_THREADS=ON \ -DTOYWASM_ENABLE_DYLD=ON \