Skip to content

Commit

Permalink
3.1.51.1bi
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Dec 8, 2023
1 parent 834c228 commit 9f18675
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ fi

# embding more broken in 3.1.51

export EMFLAVOUR=${EMFLAVOUR:latest}
#export EMFLAVOUR=${EMFLAVOUR:-tot}
#export EMFLAVOUR=${EMFLAVOUR:latest}
export EMFLAVOUR=${EMFLAVOUR:-tot}


# base wasm features pure is "mvp" , "bi" is bigint
Expand Down
10 changes: 8 additions & 2 deletions scripts/cpython-build-emsdk-prebuilt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,20 @@ $HPIP install --upgrade $PACKAGING
$HPIP install --upgrade setuptools

# aioconsole only for the simulator
$HPIP install --upgrade aioconsole
# $HPIP install --upgrade aioconsole



# support package build/install
$HPY -m pip install --upgrade $PACKAGING


PIP="${SDKROOT}/python3-wasm -m pip"


$HPIP install --upgrade typing_extensions mypy_extensions
$PIP install --upgrade typing_extensions mypy_extensions


echo "
* cpython-build-emsdk-prebuilt pip==$PIP *
" 1>&2
Expand Down

0 comments on commit 9f18675

Please sign in to comment.