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.

Updated pyodide version

authored by

jdpigeon and committed by
Teon L Brooks
84bde11d 9881c7b2

+1 -1
+1 -1
internals/scripts/InstallPyodide.js
··· 12 12 import url from 'url'; 13 13 import bz2 from 'unbzip2-stream'; 14 14 15 - const PYODIDE_VERSION = '0.12.0'; 15 + const PYODIDE_VERSION = '0.14.3'; 16 16 const TAR_NAME = `pyodide-build-${PYODIDE_VERSION}.tar.bz2`; 17 17 const TAR_URL = `https://github.com/iodide-project/pyodide/releases/download/${PYODIDE_VERSION}/pyodide-build-${PYODIDE_VERSION}.tar.bz2`; 18 18 const PYODIDE_DIR = 'app/utils/pyodide/src/';