this post was submitted on 02 Jun 2024
494 points (100.0% liked)

Technology

68400 readers
2819 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

You can play it in your browser here.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 10 months ago (2 children)

How much of that is third-party libraries, and/or third-party hosted? Obviously the assets (images and music) aren’t being counted.

[–] [email protected] 38 points 10 months ago

The whole page transferred about 7kB and shows 18.2kB of ressources according to the debug tools.

[–] [email protected] 28 points 10 months ago (1 children)

The game also requires a renderer (browser) to play.

I think what they did is impressive but the claim about the size feels like taking source code and saying "look how small on disk it is"

[–] [email protected] 2 points 10 months ago (2 children)

It is js, it is always source code.

[–] [email protected] 3 points 10 months ago (1 children)

Except if it's minified for production.

[–] [email protected] 5 points 10 months ago

That is still source code, obfuscated but still source code.

[–] [email protected] 1 points 10 months ago

Not sure about GreaseMonkey, but V8 compiles JS to an IL.

Nodejs has an emit IL debugging feature to see the emitted IL code.