From b694e9e951d1cdc7d44184dd8d6924d3c009b6ca Mon Sep 17 00:00:00 2001 From: MatiasManevi Date: Wed, 18 Mar 2026 11:49:19 -0300 Subject: [PATCH] Change caution for note --- wasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/README.md b/wasm/README.md index 5de7570b..8e4f5998 100644 --- a/wasm/README.md +++ b/wasm/README.md @@ -53,7 +53,7 @@ Workers and `SharedArrayBuffer` to parallelize physics computations. import loadMujoco from '@mujoco/mujoco/mt'; ``` -> [!CAUTION] +> [!NOTE] > Due to the use of `SharedArrayBuffer`, browsers require Cross-Origin Isolation > to enable multi-threading. Your web server must send the following HTTP > headers: