Skip to content

Commit

Permalink
Update InstallPyodide.js
Browse files Browse the repository at this point in the history
  • Loading branch information
teonbrooks committed Aug 23, 2022
1 parent 62173fc commit 6222cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/scripts/InstallPyodide.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import tar from 'tar-fs';
import url from 'url';
import bz2 from 'unbzip2-stream';

const PYODIDE_VERSION = '0.18.0';
const PYODIDE_VERSION = '0.21.0';
const TAR_NAME = `pyodide-build-${PYODIDE_VERSION}.tar.bz2`;
const TAR_URL = `https://github.com/pyodide/pyodide/releases/download/${PYODIDE_VERSION}/pyodide-build-${PYODIDE_VERSION}.tar.bz2`;
const PYODIDE_DIR = 'app/utils/pyodide/src/';
Expand Down

0 comments on commit 6222cb1

Please sign in to comment.