Hacker News new | ask | show | jobs
by d33d33 1796 days ago
4MB for pure brython_stdlib.js ? :(
1 comments

this is the default stdlib with everything, you have tools to transpile only what you need and make it much smaller: https://www.brython.info/static_doc/en/import.html. Also after first launch it is stored in indexedDB, which speed up import the following times.