Skip to content

Commit

Permalink
Update to Pyodide 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jul 24, 2024
1 parent 4e12a77 commit 3d1e2ef
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

SHINYLIVE_VERSION = $(shell node -p "require('./package.json').version")

PYODIDE_VERSION = 0.26.0
PYODIDE_VERSION = 0.26.1
PYODIDE_DIST_FILENAME = pyodide-$(PYODIDE_VERSION).tar.bz2
DOWNLOAD_DIR = ./downloads
R_SHINY_VERSION = 1.8.1.8001-webr
Expand Down
5 changes: 5 additions & 0 deletions src/pyodide/pyodide.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1410,6 +1410,7 @@ type ConfigType = {
};
packages: string[];
_makeSnapshot: boolean;
enableRunUntilComplete: boolean;
};
/**
* Load the main Pyodide wasm module and initialize it.
Expand Down Expand Up @@ -1527,6 +1528,10 @@ export declare function loadPyodide(options?: {
* @deprecated
*/
pyproxyToStringRepr?: boolean;
/**
* Make loop.run_until_complete() function correctly using stack switching
*/
enableRunUntilComplete?: boolean;
/**
* @ignore
*/
Expand Down
Loading

0 comments on commit 3d1e2ef

Please sign in to comment.