/rust-cpp-linking-repro

Repro for linking issue when linking Rust & C++ in a pyodide wheel.

Primary LanguageRust

Repro for C++/Rust linking pain

  • 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