js/js_browser build target outputs ~6k LOC for a hello world #19296
danawoodman
started this conversation in
General
Replies: 1 comment
-
Yes, it will be improved. No, you're not missing anything right now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the following V code:
...building with
v -b js_browser .
I get nearly 6k LOC:...using
v -b js_browser -skip-unused -prod .
it improves a lot, but ends up being ~1800 LOC:I'm assuming this is planned to be improved over time, but is there something I'm missing to enable it to output a more reasonable file?
Beta Was this translation helpful? Give feedback.
All reactions