mirror of
https://github.com/python/cpython.git
synced 2024-12-04 15:25:13 +08:00
Fix typo in Tools/wasm/README.md(#118358)
This commit is contained in:
parent
2326d6c868
commit
c618d53a3a
@ -275,7 +275,7 @@ Node builds use ``NODERAWFS``.
|
|||||||
### Hosting Python WASM builds
|
### Hosting Python WASM builds
|
||||||
|
|
||||||
The simple REPL terminal uses SharedArrayBuffer. For security reasons
|
The simple REPL terminal uses SharedArrayBuffer. For security reasons
|
||||||
browsers only provide the feature in secure environents with cross-origin
|
browsers only provide the feature in secure environments with cross-origin
|
||||||
isolation. The webserver must send cross-origin headers and correct MIME types
|
isolation. The webserver must send cross-origin headers and correct MIME types
|
||||||
for the JavaScript and WASM files. Otherwise the terminal will fail to load
|
for the JavaScript and WASM files. Otherwise the terminal will fail to load
|
||||||
with an error message like ``Browsers disable shared array buffer``.
|
with an error message like ``Browsers disable shared array buffer``.
|
||||||
|
Loading…
Reference in New Issue
Block a user