Demonstrate that the conduit feature does not help with C++-to-Python conversions #829
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: WASM | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- master | |
- stable | |
- v* | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build-wasm-emscripten: | |
name: Pyodide wheel | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: true | |
fetch-depth: 0 | |
- uses: pypa/[email protected] | |
env: | |
PYODIDE_BUILD_EXPORTS: whole_archive | |
with: | |
package-dir: tests | |
only: cp312-pyodide_wasm32 |