Skip to content

Commit ec2e916

Browse files
committed
Feat: Add explanation
1 parent 01eb748 commit ec2e916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ It mainly involves two key files:***
240240
- **`pyodide.asm.js`** – Emscripten-generated “glue code” that initializes the WebAssembly (`.wasm`) binary and connects it to the browser’s JavaScript environment.
241241
- **`pyscript.js`** – JavaScript glue for PyScript. It integrates Pyodide with HTML elements like `<py-script>` and `<py-repl>`, enabling inline Python execution inside web pages or extensions.
242242
243-
***Since extensions cannot load executable code directly from the internet (for security reasons), we had to package these files locally instead of relying on CDNs.***<br><br>
243+
***Since extensions cannot load executable code directly from the internet (for security reasons), we had to package these files locally instead of relying on CDNs.***<br>
244244
245245
## Limitations
246246
Sometimes the extension could not be used inside sites and restricts script injection, it will throw an error

0 commit comments

Comments
 (0)