cloudflare / workerd

The JavaScript / Wasm runtime that powers Cloudflare Workers
https://blog.cloudflare.com/workerd-open-source-workers-runtime/
Apache License 2.0
6.11k stars 290 forks source link

Add more types to Pyodide glue code #2303

Closed garrettgu10 closed 3 months ago

garrettgu10 commented 3 months ago

Quick wins woohoo

garrettgu10 commented 3 months ago

Looks like there was an uncaught bug in setupPackages where an array was being coerced to a string. It should be fixed now, but that's a good argument for why this work is necessary.

hoodmane commented 3 months ago

Can you format everything by running npx prettier -w . in the src/pyodide folder?

hoodmane commented 3 months ago

Tests seem to be failing though.