From bf39b1172fdc8e9ad81101da1250059dbde855f6 Mon Sep 17 00:00:00 2001 From: Matias Manevi Date: Fri, 13 Feb 2026 06:16:39 -0800 Subject: [PATCH] Copybara import of the project: -- b1734da56e293b50e7bd0cc8b9a8ee5677aa70ec by MatiasManevi : Improve wording for WASM Windows support status COPYBARA_INTEGRATE_REVIEW=https://github.com/google-deepmind/mujoco/pull/3095 from MatiasManevi:wasm-readme b1734da56e293b50e7bd0cc8b9a8ee5677aa70ec PiperOrigin-RevId: 869699309 Change-Id: I2780d2406139e33eeb5521f509245d29b69a61ab --- wasm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wasm/README.md b/wasm/README.md index 0eef0603..cdda7b23 100644 --- a/wasm/README.md +++ b/wasm/README.md @@ -15,8 +15,8 @@ TypeScript. > section. Also note that development has primarily taken place on Linux using > Google Chrome. If you're working on a different OS or browser, you may > encounter some rough edges. We have successfully tested the bindings on MacOS -> in CI but as of November 13th 2025 Windows in untested (the instructions here -> have worked on one Windows 11 machine but have failed on other machines)._ +> in CI but as of November 13th 2025, Windows support remains experimental +> (installation succeeded on one Windows 11 machine but failed on others)._ ## Prerequisites