From cc77760da0741bf6f06bd19cfb0132d27c0b73f1 Mon Sep 17 00:00:00 2001 From: makslevental Date: Sun, 3 May 2026 01:02:25 -0700 Subject: [PATCH] Fix wasm --- .github/workflows/build_mlir_python_bindings_wheel.yml | 2 +- .github/workflows/deploy_pip_page.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_mlir_python_bindings_wheel.yml b/.github/workflows/build_mlir_python_bindings_wheel.yml index 889da123..9f1f92cc 100644 --- a/.github/workflows/build_mlir_python_bindings_wheel.yml +++ b/.github/workflows/build_mlir_python_bindings_wheel.yml @@ -130,7 +130,7 @@ jobs: run: | if [[ "${{ matrix.target-arch }}" == "wasm32" ]]; then - pip download mlir-wheel --plat pyodide_2024_0_wasm32 --no-deps --python-version 3.12 -f https://llvm.github.io/eudsl + pip download mlir-wheel --plat pyemscripten_2024_0_wasm32 --no-deps --python-version 3.12 -f https://llvm.github.io/eudsl else pip download mlir-wheel -f https://llvm.github.io/eudsl fi diff --git a/.github/workflows/deploy_pip_page.yml b/.github/workflows/deploy_pip_page.yml index b5394042..0caeb1b5 100644 --- a/.github/workflows/deploy_pip_page.yml +++ b/.github/workflows/deploy_pip_page.yml @@ -61,7 +61,7 @@ jobs: if: ${{ !inputs.workflow_call }} run: | - pip download mlir-python-bindings --plat pyodide_2024_0_wasm32 --no-deps --python-version 3.12 -f https://llvm.github.io/eudsl + pip download mlir-python-bindings --plat pyemscripten_2024_0_wasm32 --no-deps --python-version 3.12 -f https://llvm.github.io/eudsl - name: Download latest WASM wheel if: ${{ inputs.workflow_call }} @@ -85,7 +85,7 @@ jobs: export EUDSL_PYTHON_EXTRAS_WHEEL_NAME="$(ls eudsl_python_extras*)" cp pages/console/index.html page/console/index.html - cp $MLIR_PYTHON_WHEEL_NAME page/console/mlir_python_bindings-0.0.1-cp312-cp312-pyodide_2024_0_wasm32.whl + cp $MLIR_PYTHON_WHEEL_NAME page/console/mlir_python_bindings-0.0.1-cp312-cp312-pyemscripten_2024_0_wasm32.whl cp $EUDSL_PYTHON_EXTRAS_WHEEL_NAME page/console/eudsl_python_extras-0.0.1-py3-none-any.whl echo "MLIR_PYTHON_WHEEL_NAME=$MLIR_PYTHON_WHEEL_NAME" >> $GITHUB_ENV