emscriptenStackEnd

val emscriptenStackEnd: WasmPtr<<Error class: unknown class>>(source)

Returns the end address of the stack. This is the address that the stack pointer would point to when the whole stack is in use. (The address pointed to by the end is not part of the stack itself). Note that the stack grows down so the address returned by emscriptenStackEnd is smaller than emscriptenStackBase.

Binding for uintptr_t emscripten_stack_get_end(void)