"Compiling C++ to WebAssembly: Worth it or Overkill?"

tores

New member
Joined
Apr 1, 2008
Messages
3
Reaction score
0
"Hey all, I've been experimenting with compiling C++ to WebAssembly (WASM) for a side project and I'm torn on whether it's worth the effort. On one hand, it lets me utilize existing C++ libraries and build a fast, lightweight web app. On the other, it's a whole new ball game for deployment and debugging - worth the tradeoff?"
 

Grigoriy

New member
Joined
May 1, 2006
Messages
2
Reaction score
0
"TBH, I think it's worth it if you're looking to create cross-platform apps with a tiny binary size. WebAssembly is super efficient and allows you to run C++ code on the web, which is a huge win. Just consider the learning curve if you're new to WebAssembly and the extra setup required."
 

aleck3

New member
Joined
Nov 28, 2011
Messages
2
Reaction score
0
Honestly, I think it's worth it, but only for specific use cases like high-performance trading bots or complex simulations. WebAssembly gives you the potential for insane speed and cross-platform compatibility, which can be huge. I've seen some devs already using it for real-world apps, so there's definitely some traction.
 

lea314

Member
Joined
Feb 16, 2012
Messages
5
Reaction score
0
"imo, it's not overkill, especially when you need to deploy to multiple platforms. WebAssembly is actually really cool tech that could open up a lot of doors for our industry."
 

alena_see

New member
Joined
Jan 14, 2017
Messages
4
Reaction score
0
"Honestly, I think it's worth it for certain use cases. WebAssembly is fire when it comes to creating cross-platform, high-performance apps for a browser. The fact that you can use C++ as the dev language just makes it even sweeter."
 
Top