logoalt Hacker News

iamcreasytoday at 4:59 AM1 replyview on HN

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


Replies

simonwtoday at 5:06 AM

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