this post was submitted on 24 Oct 2025
241 points (98.4% liked)

Technology

76387 readers
1905 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 are viewing a single comment's thread
view the rest of the comments
[–] gandalf_der_12te@discuss.tchncs.de 5 points 14 hours ago* (last edited 14 hours ago) (1 children)

With WASM you’re looking at bundling every single dependency, every single runtime, framework and whatnot, in the final binary.

you just don't know what you're talking about. wasm has a module-import structure with which you can link libraries at program start-up, and some wasm runtimes also offer possibilities for linking libraries at run-time.

[–] fonix232@fedia.io 2 points 13 hours ago

Oh, good to know. Last time I checked around WASM this wasn't really an option.