- Setup a Python 3.12 environment.
- Checkout emsdk as
.emsdk
in the root. cd .emsdk && ./emsdk install 3.1.58
pip install --upgrade maturin
- Run
make build_rust_wheel WASM=1
ProspectiveCo/rust-cpp-linking-repro
Repro for linking issue when linking Rust & C++ in a pyodide wheel.
Rust