0
Can i able to utilise the C/C++ code in JavaScript and vice versa..?[EDITED]
If yes means how can I done it in sololearn code playground?
3 Answers
+ 1
C codeĀ that callsĀ JavascriptĀ functions are generally embedded in a EM_JS() block. The body of an EM_JS() function is written inĀ Javascript, including data conversionĀ code. To pass a string parameter toĀ Javascript, it must be converted using the function UTF8String()
0
Can you give example for that Aayush Saini