emscripten
emscripten copied to clipboard
Micro-optimize emscripten_request_animation_frame_loop()
Micro-optimize emscripten_request_animation_frame_loop(): the return type is void, so avoid redundant return, and hoist the getWasmTableEntry() call to occur only once up front.