RyeでPythonのバージョンを変更
2024/3/17 21:15:00
rye init .
rye pin 3.11
rye sync
rye init .
rye pin 3.11
rye sync
色々やったけどインストールは成功してない
ビルドスクリプトに問題があるらしい → https://github.com/wasmerio/winterjs/issues/47
rustをインストール(入ってなければ)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
典拠 https://rustup.rs/
sudo apt-get install build-essential python3 python3-distutils llvm libclang-dev clang
典拠 https://github.com/wasmerio/mozjs?branch=wasi-gecko#91349dc0
rye add six --sync
cargo install --git https://github.com/wasmerio/winterjs winterjs
典拠 https://github.com/wasmerio/winterjs
sudo apt -y install m4
rye add libclang –sync
mozjsをビルド
git clone https://github.com/wasmerio/mozjs.git
cd mozjs
git checkout wasi-gecko
cargo build
WinterJSをgit cloneで取得
git clone https://github.com/wasmerio/winterjs