Hacker News new | ask | show | jobs
by highpixels 3299 days ago
Dynamic imports is standards-track JS :) http://2ality.com/2017/01/import-operator.html
1 comments

It might be better to have runtime system load code dynamically when necessary, without programmer to care about this, e.g. on first invocation, maybe pre-loading it based on call statistics from previous app runs. People implement this already (I tried this too - https://github.com/avodonosov/pocl)