this post was submitted on 18 Jul 2023
11 points (86.7% liked)

Programming

17225 readers
86 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] ericjmorey@programming.dev 6 points 1 year ago (3 children)

Why would I want to write JavaScript that targets WASM?

[–] huntrss@feddit.de 5 points 1 year ago

Because you want to use JavaScript in the browser.

/satire off

😉

[–] dog@suppo.fi 3 points 1 year ago

Code obfuscation and proprietary code.

[–] bitcrafter@lemmy.sdf.org 2 points 1 year ago (1 children)

Because that way you can use it wherever something accepts WASM. In particular, as mentioned in the linked article, Javy started its life as a way for you to submit code to Shopify Functions in JavaScript, as Shopify Functions lets you submit code as WASM so that you can program in whatever language you prefer.

[–] ericjmorey@programming.dev 1 points 1 year ago

Why would one choose JavaScript in this circumstance?