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 2326d6c commit c618d53Copy full SHA for c618d53
Tools/wasm/README.md
@@ -275,7 +275,7 @@ Node builds use ``NODERAWFS``.
275
### Hosting Python WASM builds
276
277
The simple REPL terminal uses SharedArrayBuffer. For security reasons
278
-browsers only provide the feature in secure environents with cross-origin
+browsers only provide the feature in secure environments with cross-origin
279
isolation. The webserver must send cross-origin headers and correct MIME types
280
for the JavaScript and WASM files. Otherwise the terminal will fail to load
281
with an error message like ``Browsers disable shared array buffer``.
0 commit comments