Can webassembly replace javascript?



Can webassembly replace javascript?..

Answer / Hemant Kumar Budakoti

WebAssembly is not intended to replace JavaScript. Instead, it provides a way for developers to write high-performance code in languages like C++ and Rust that can be run directly in the browser, improving performance where necessary. WebAssembly complements JavaScript, rather than replacing it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is the result of below given line of code in java script? 5+4+'7'?

1 Answers  


What is the difference between undefined value and null value?

1 Answers  


Is a javascript script faster than an asp script?

1 Answers  


Explain equality operators in javascript?

1 Answers  


What does the isNaN() function?

1 Answers  


What is NaN?

1 Answers  


Write a program to check whether a given number is a palindrome or not?

13 Answers  


Are Javascript and JScript the same?

1 Answers  


How do you convert numbers between different bases in JavaScript?

4 Answers   College School Exams Tests, Satyam, UIST, Wipro,


What is undefined x 1 in JavaScript?

1 Answers  


Hello , I am using following java script to open new window in I.E,but i am facing an issue the new window hangs often while opening,when you move mouse it opens normally.Can any body help me why this is happening as i am unable to understand this issue?please please if any one know so kindly help me I am in real difficulty through this issue.Thanks 'if(window.clipboardData){clipboardData.setData("Text","' + a.PatID + '");}' + 'ordwindow= window.open ("' + @OrderDetailURL + '", "RXOrderDetail", "location=0,status=0,menubar=0,toolba r=0,scrollbars=1,resizable=1"); ordwindow.moveTo(parent.screenLeft,0);var x; x=new ActiveXObject("WScript.Shell");x.SendKeys("% "); x.SendKeys ("x"); //fcttest((sp_RX_ChangeOrderStatus ' + '''' + a.DocID + '''' + ', 1, ' + convert(varchar,@SessionID) + '));' As [W],

1 Answers  


Can you tell me how to send email using javascript?

2 Answers  


Categories