How do you call those C/Rust libraries compiled from to webassembly from Python/Pyodide?
You have to turn them into WebAssembly wheels, then you can import them as if they were regular Python modules.
You have to turn them into WebAssembly wheels, then you can import them as if they were regular Python modules.