c++?
Or anyone have experience on it?
You will need to find some libraries to do so and study their documentations
Thnx, When somewhere write webassembly, They mean backend with c++?
Actually frontend, webassembly is a way to write C/C++ modules or apps that can be run in a browser
I can't undrestand difference between c++ backend and webassembly c/c++🤦♂
Webassembly is executed on the client
Likely, Using webassembly c++ for better speed in front-end?
I would say to do more complex graphics stuff (and do that efficiently). Rewriting a normal website using webassembly won't make it magically faster (likely the opposite).
Web Assembly is Web Assembly. It's a platform / architecture sandboxed runtime environment It's meant for running in a browser, but it has a runtime for most operating systems, so you can create desktop applications with it if you really like to. It's now like what Java promised as write once, run anywhere, only it actually runs fast! And you can compile most languages to Web Assembly (basically an asm dialect), so that's as universal platform as it's ever going to get
Обсуждают сегодня