We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab9ccc commit bd52abeCopy full SHA for bd52abe
1 file changed
Tools/wasm/emscripten/web_example/python.html
@@ -535,6 +535,7 @@
535
536
const finishedCallback = () => {
537
programRunning(false);
538
+ pythonWorkerManager.reset();
539
};
540
541
const pythonWorkerManager = new WorkerManager(
0 commit comments