`emscripten_set_timeout` increases the keepalive count but `emscripten_clear_timeout` doesn't decrease it. This mean that programs that call `emscripten_clear_timeout` will incorrectly stay alive longer than they expect.
emscripten_set_timeoutincreases the keepalive count butemscripten_clear_timeoutdoesn't decrease it.This mean that programs that call
emscripten_clear_timeoutwill incorrectly stay alive longer than they expect.