Huang Qi

Results 7 issues of Huang Qi

Add a new option `WAMR_BUILD_STACK_GUARD_SIZE` to use custom stack guard size, for most RTOS port, we use stack base as check boundry which may not safety as POSIX based system...

I'm working with `zig cc` and noticed that I can't remove the this flag with standard clang's option like -nostdinc / -nostdlibinc.

The size info is from bloaty, which is a tool to measure binary size. With WAMR intergrated to NuttX with essential features. Example usage and output (WAMR stuff only): ```...

## Summary Bypass libc and other system calls into NuttX directly, similar to WAMR's builtin libc but cover more interface, must works with --bounds-checks=0 now, so it's more like an...

Taking AOT mode as an example, in the current implementation, when performing software boundary checks, wamrc directly expands the boundary check code,please refer to https://github.com/bytecodealliance/wasm-micro-runtime/blob/374653401075abc98e3daf3134a215b993f2839e/core/iwasm/compilation/aot_emit_memory.c#L220-L272 This approach can offer extremely...

enhancement
RFC

## Summary Implement up_debugpoint_add/up_debugpoint_remove for riscv, based on RISCV Debug Spec 0.13.2 ## Impact New feature ## Testing Tested on QEMU and ESP32-C3 with https://github.com/apache/nuttx-apps/pull/2422. ``` NuttShell (NSH) NuttX-12.5.1 nsh>...