Hacker News new | ask | show | jobs
by iamcreasy 86 days ago
How do you call those C/Rust libraries compiled from to webassembly from Python/Pyodide?
1 comments

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