keep devs notes out of public API

This commit is contained in:
Georgii Rylov
2025-01-27 11:39:53 +00:00
parent 1b82cccff3
commit 813831de0e
2 changed files with 1 additions and 7 deletions

View File

@ -1748,7 +1748,7 @@ wasm_iterate_callstack(const wasm_exec_env_t exec_env,
{
/*
* Note for devs: please refrain from such modifications inside of
* wasm_iterate_callstack
* wasm_iterate_callstack to preserve async-signal-safety
* - any allocations/freeing memory
* - dereferencing any pointers other than: exec_env, exec_env->module_inst,
* exec_env->module_inst->module, pointers between stack's bottom and