Y
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
simonw
86 days ago
You have to turn them into WebAssembly wheels, then you can import them as if they were regular Python modules.
link