• @ericjmorey
    link
    English
    611 months ago

    Why would I want to write JavaScript that targets WASM?

    • huntrss
      link
      fedilink
      English
      511 months ago

      Because you want to use JavaScript in the browser.

      /satire off

      😉

    • dog
      link
      fedilink
      English
      311 months ago

      Code obfuscation and proprietary code.

    • @[email protected]
      link
      fedilink
      English
      211 months ago

      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
        link
        English
        111 months ago

        Why would one choose JavaScript in this circumstance?