+ 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
16 Answers
+ 4
Donno about C and C++
But here are python codes made in web:
https://code.sololearn.com/W5v76nCjupV7/?ref=app
And also,
https://code.sololearn.com/Wdo7HCxLKmnU/?ref=app
+ 8
Follow this if you are familiar with C#. I love Kudvenkat
https://www.youtube.com/watch?v=4IgC2Q5-yDE&list=PL6n9fhu94yhVkdrusLaQsfERmL_Jh4XmU
+ 7
With web assembly, a compiled language will be useable on the web front-end.
+ 7
Glad to help. BTW... learn React later. The tutz here teach you to create MVC web app in .Net Core
+ 5
+ 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
+ 5
Not C but C#
+ 4
+ 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.
+ 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
+ 3
how?how can one execute c program with .Net Core
JOY
+ 3
JOY im interested. give me the details pls
+ 2
Namit Jain wow thanks alot
+ 2
Namit Jain the answer is more than enough.thanks alot
+ 2
+ 2
JOY thanks alot