Find a server you already have with sufficient memory and other resources. Using Docker Images to Quickly Start Services on the Server Refer to: https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/docker/ Step 1: Configure Service Ports Step 2: Pull the Docker Read more…
We had met a bug about _emscripten_set_wheel_callback_on_thread in web app based on wasm. Relative post: https://www.weiy.city/2025/02/uncaught-typeerror-cannot-read-properties-of-null-reading-onwheel-from-_emscripten_set_wheel_callback_on_thread/ Let’s explore how was the function generated in the final wasm file. The function _emscripten_set_wheel_callback_on_thread was from emscripten_set_wheel_callback_on_thread in Read more…
There is Aborted crash on browser when I resize window. My web app is based on VTK wasm. Check uiEventHandlerFunc in Test.js: Then we can read /emsdk/upstream/emscripten/src/library_html5.js and find registerUiEventCallback and uiEventHandlerFunc on the file. Read more…
Tex To PDF : convert the Latex file which suffix is tex to a PDF file