Hacker News new | ask | show | jobs
by picklelo 1193 days ago
Thanks! We're using GH Projects for everything, we will update the board with a more long-term roadmap. Python support for wasm isn't where we need it yet, but we definitely want to integrate it when it's ready.
1 comments

What do you think is missing?
I think a big thing is the limited supported libraries as of now.
Isn't also just the fact you need to send over like 7MB of wasm for even just the standard library?
Presumably you could optimize that by analyzing a running site and stripping out the unnecessary libraries. I'm sure that will come with time.