webassembly | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 6

webassembly

did it mean one can run c and other programming language on web as if they are running html. help me explain more on it

21st Sep 2020, 9:25 PM
Dove
Dove - avatar
16 ответов
+ 4
21st Sep 2020, 9:31 PM
Namit Jain
Namit Jain - avatar
+ 8
Follow this if you are familiar with C#. I love Kudvenkat https://www.youtube.com/watch?v=4IgC2Q5-yDE&list=PL6n9fhu94yhVkdrusLaQsfERmL_Jh4XmU
22nd Sep 2020, 2:16 PM
JOY
JOY - avatar
+ 7
With web assembly, a compiled language will be useable on the web front-end.
21st Sep 2020, 10:41 PM
Sonic
Sonic - avatar
+ 7
Glad to help. BTW... learn React later. The tutz here teach you to create MVC web app in .Net Core
22nd Sep 2020, 2:27 PM
JOY
JOY - avatar
+ 5
♠👑 ℍⓄlʸᵇ𝕆𝒾 👍♦ Ya welcome. A lot of pain to go through when you can make life easier with .Net Core, .Net Framwork, Java Frameworks, Python, PHP, Ruby... I'll stick to .Net Core... backend with C# and frontend with React. To me it's pretty fast both for coding and for the speed of the apps
22nd Sep 2020, 1:08 PM
JOY
JOY - avatar
+ 5
Not C but C#
22nd Sep 2020, 1:12 PM
JOY
JOY - avatar
21st Sep 2020, 9:40 PM
Namit Jain
Namit Jain - avatar
+ 4
including c++ and ruby. WebAssembly is a new type of code that can be run in modern web browsers and provides new features and major gains in performance. It is not primarily intended to be written by hand, rather it is designed to be an effective compilation target for source languages like C, C++, Rust, etc. This has huge implications for the web platform — it provides a way to run code written in multiple languages on the web at near-native speed, with client apps running on the web that previously couldn’t have done so.
21st Sep 2020, 10:43 PM
Dove
Dove - avatar
+ 3
JOY thanks. Now looking at it, you can definitely do back-end programming in C. One of the biggest players in web development today, the Apache server, is written in C. You can use the support of back-end C libraries like and . This is the easy part. The tricky part will be to write a function front-end to your web solution. As far as I know, there are no support libraries for that, except for the still-young (Wasm), which is a cool idea. It is like the .NET framework of the web, except that it has support from the big players: Chrome, Edge, Firefox, and WebKit. You can write your web application (front- or back-end) in C, C++, Ruby or whatever, then compile it to Wasm bytecode and voila, you have a functioning web solution, provided your customers’ web browsers do support the framework. The two major drawbacks for Wasm are (1) it is still in beta, it has a long way to go until its stable and suitable for everyday use, and, (2) old browsers don’t support it, which means a good percentage of your users wil
22nd Sep 2020, 12:52 PM
Dove
Dove - avatar
+ 3
how?how can one execute c program with .Net Core JOY
22nd Sep 2020, 1:11 PM
Dove
Dove - avatar
+ 3
JOY im interested. give me the details pls
22nd Sep 2020, 2:11 PM
Dove
Dove - avatar
+ 2
Namit Jain wow thanks alot
21st Sep 2020, 9:35 PM
Dove
Dove - avatar
+ 2
Namit Jain the answer is more than enough.thanks alot
21st Sep 2020, 9:35 PM
Dove
Dove - avatar
+ 2
22nd Sep 2020, 12:00 PM
Dove
Dove - avatar
+ 2
JOY thanks alot
22nd Sep 2020, 2:24 PM
Dove
Dove - avatar