pyodide 0.22.0-alpha.3 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -3
- package/package.json +1 -1
- package/pyodide.asm.data +0 -0
- package/pyodide.asm.js +1 -1
- package/pyodide.asm.wasm +0 -0
- package/pyodide.d.ts +61 -27
- package/pyodide.js +1 -1
- package/pyodide.js.map +1 -1
- package/pyodide.mjs +1 -1
- package/pyodide.mjs.map +1 -1
- package/pyodide_py.tar +0 -0
- package/repodata.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,6 @@ hello_python().then((result) => {
|
|
|
30
30
|
$ node hello_python.js
|
|
31
31
|
Loading distutils
|
|
32
32
|
Loaded distutils
|
|
33
|
-
Python initialization complete
|
|
34
33
|
Python says that 1+1= 2
|
|
35
34
|
```
|
|
36
35
|
|
|
@@ -46,7 +45,6 @@ undefined
|
|
|
46
45
|
> let pyodide = await loadPyodide();
|
|
47
46
|
Loading distutils
|
|
48
47
|
Loaded distutils
|
|
49
|
-
Python initialization complete
|
|
50
48
|
undefined
|
|
51
49
|
> await pyodide.runPythonAsync("1+1");
|
|
52
50
|
2
|
|
@@ -71,7 +69,6 @@ warning: no blob constructor, cannot create blobs with mimetypes
|
|
|
71
69
|
warning: no BlobBuilder
|
|
72
70
|
Loading distutils
|
|
73
71
|
Loaded distutils
|
|
74
|
-
Python initialization complete
|
|
75
72
|
Python says that 1+1= 2
|
|
76
73
|
```
|
|
77
74
|
|
package/package.json
CHANGED
package/pyodide.asm.data
CHANGED
|
Binary file
|