mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-08 20:56:13 +00:00
keep devs notes out of public API
This commit is contained in:
parent
1b82cccff3
commit
813831de0e
|
@ -1748,7 +1748,7 @@ wasm_iterate_callstack(const wasm_exec_env_t exec_env,
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Note for devs: please refrain from such modifications inside of
|
* 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
|
* - any allocations/freeing memory
|
||||||
* - dereferencing any pointers other than: exec_env, exec_env->module_inst,
|
* - dereferencing any pointers other than: exec_env, exec_env->module_inst,
|
||||||
* exec_env->module_inst->module, pointers between stack's bottom and
|
* exec_env->module_inst->module, pointers between stack's bottom and
|
||||||
|
|
|
@ -892,12 +892,6 @@ typedef bool (*wasm_frame_callback)(void *, wasm_frame_ptr_t);
|
||||||
* - exec_env->module_inst
|
* - exec_env->module_inst
|
||||||
* - exec_env->module_inst->module
|
* - exec_env->module_inst->module
|
||||||
*
|
*
|
||||||
* Note for devs: please refrain from such modifications inside of this call
|
|
||||||
* - 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
|
|
||||||
* top_boundary
|
|
||||||
*
|
|
||||||
* @param exec_env the execution environment that containes frames
|
* @param exec_env the execution environment that containes frames
|
||||||
* @param callback the callback function provided by the user
|
* @param callback the callback function provided by the user
|
||||||
* @param user_data context for callback provided by the user
|
* @param user_data context for callback provided by the user
|
||||||
|
|
Loading…
Reference in New Issue
Block a user