From 01d094c0c3ed723b0747079afddfd319001f01d4 Mon Sep 17 00:00:00 2001 From: Jean-Philip Desjardins Date: Tue, 25 Mar 2025 10:07:30 -0400 Subject: [PATCH] Update README.md. Remove mention of `Play.worker.js` since it's not needed anymore. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ae94e531f..2288ba3e8 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,6 @@ This will generate the JavaScript glue code and the WebAssembly module required build_cmake/build/Source/ui_js/Play.js -> js/play_browser/src/Play.js build_cmake/build/Source/ui_js/Play.wasm -> js/play_browser/public/Play.wasm build_cmake/build/Source/ui_js/Play.js -> js/play_browser/public/Play.js -build_cmake/build/Source/ui_js/Play.worker.js -> js/play_browser/public/Play.worker.js ``` Once this is done, you should be able to go in the `js/play_browser` folder and run the following to get a local version running in your web browser: