3f7d8eeac3
With this change, we no longer need any JavaScript variables to track the state of the stack. The base and max as well as the current stack pointer are all managed in native code. The following JavaScript variable a no longer present in the library code: STACK_BASE -> emscripten_stack_get_base() STACK_MAX -> emscripten_stack_get_end() STACKTOP -> emscripten_stack_get_current() TOTAL_STACK -> emscripten_stack_get_base() - emscripten_stack_get_end() |
||
---|---|---|
.. | ||
bin | ||
include | ||
lib | ||
local/include |