Dev.to लिखते हैं सैम Thorogood,
Why did I write this post? Emscripten is a wonderful tool, but it has a long history (for asm.js), and isn’t perfect. I think it errs too much on the side of “magic”, and many posts rave about how it’s so easy to EMASM or use binding-fu, but this all comes at a cost, and can introduce huge amounts of inadvertent overhead—think copying huge memory buffers around because we’re trying to make them immutable or easily exposed.
Every language that is being compiled to Web Assembly needs a runtime—whether it be Go, or Rust, or C/C++ as we have here. I don’t believe that we’ll ever really be able to directly import Web Assembly via ES2015 modules, at least not without changes on the JS side. But it behooves us to write the smallest one we possibly can.
मुझे लगता है कि हम सभी को अस्थिरता की संभावना दिखाई देती है, हम में से कई लोगों के लिए बहुत सारे प्लेटफॉर्म जो अब वेब पर आने में सक्षम हैं, वे पूरी तरह से विदेशी हैं, और हमें वास्तव में उन उपकरणों को सीखने की जरूरत है, वाम डेवलपर अनुभव में सुधार करना और आईएमओ प्रीबिल्ट पुस्तकालयों की पेशकश करता है जो ‘पारंपरिक वेब देव’ का उपयोग कर सकते हैं।