An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update InstallPyodide.js

+1 -1
+1 -1
internals/scripts/InstallPyodide.js
··· 6 6 import url from 'url'; 7 7 import bz2 from 'unbzip2-stream'; 8 8 9 - const PYODIDE_VERSION = '0.18.0'; 9 + const PYODIDE_VERSION = '0.21.0'; 10 10 const TAR_NAME = `pyodide-build-${PYODIDE_VERSION}.tar.bz2`; 11 11 const TAR_URL = `https://github.com/pyodide/pyodide/releases/download/${PYODIDE_VERSION}/pyodide-build-${PYODIDE_VERSION}.tar.bz2`; 12 12 const PYODIDE_DIR = 'app/utils/pyodide/src/';