wasm-micro-runtime/core
YAMAMOTO Takashi 98ad36e35a
core/config.h: Bump the default WASM_STACK_GUARD_SIZE (#3344)
The old value (1KB) doesn't seem sufficient for many cases.

I suspect that the new value is still not sufficient for some cases.
But it's far safer than the old value.
Consider if the classic interpreter loop (2600 bytes) calls
host snprintf. (2000 bytes)

Fixes: https://github.com/bytecodealliance/wasm-micro-runtime/issues/3314
2024-04-23 16:51:47 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm wasm loader: Fix checks for opcode ref.func and opcode else (#3340) 2024-04-22 14:44:45 +08:00
shared Fix readdir for posix (#3339) 2024-04-22 13:54:19 +08:00
config.h core/config.h: Bump the default WASM_STACK_GUARD_SIZE (#3344) 2024-04-23 16:51:47 +08:00
version.h Update version number to 2.0.0 and update release notes (#3327) 2024-04-20 10:16:34 +08:00