We’re happy to announce the inclusion ofJavy as a hosted projectunder the Bytecode Alliance. This post will delve into what Javy is, themotivation behind its adoption, and the process that led to its integration intothe Bytecode Alliance.
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.
Why would I want to write JavaScript that targets WASM?
Because you want to use JavaScript in the browser.
/satire off
😉
Code obfuscation and proprietary code.
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.
Why would one choose JavaScript in this circumstance?