Remix.run Logo
iamcreasy 6 hours ago

How do you call those C/Rust libraries compiled from to webassembly from Python/Pyodide?

simonw 6 hours ago | parent [-]

You have to turn them into WebAssembly wheels, then you can import them as if they were regular Python modules.