8 ms·
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
by picklelo 4y 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.
- pplante 4y agoWhat do you think is missing?
- apetuskey 4y agoI think a big thing is the limited supported libraries as of now.
- beepbooptheory 4y agoIsn't also just the fact you need to send over like 7MB of wasm for even just the standard library?
- ttul 4y agoPresumably you could optimize that by analyzing a running site and stripping out the unnecessary libraries. I'm sure that will come with time.