diff --git a/runtime/include/wasm_types.h b/runtime/include/wasm_types.h index fd7546a..0476419 100644 --- a/runtime/include/wasm_types.h +++ b/runtime/include/wasm_types.h @@ -1,8 +1,4 @@ #pragma once -#include - -#define WASM_PAGE_SIZE (1024 * 64) /* 64KB */ -#define WASM_MEMORY_PAGES_INITIAL (1 << 8) /* 256 Pages ~16MB */ -#define WASM_MEMORY_PAGES_MAX (1 << 16) /* 32,768 Pages ~4GB */ -#define WASM_STACK_SIZE (1 << 19) /* 512KB */ +#define WASM_PAGE_SIZE (1024 * 64) /* 64KB */ +#define WASM_STACK_SIZE (1 << 19) /* 512KB */