Wasm Builders 🧱

Discussion on: Wanna build calculator using C and compile it to WebAssembly ?

Collapse
 
khanon profile image
Lorenzo • Edited

Hello.

Did you use Visual Studio Community or Visual Studio Code? How did you avoid the code errors?
I'm having a hell to be able to configure the IDE with emscripten.

What kind of project did you create to work with WebAssembly?
I'm using a CMake project, but I'm not sure if that's the best option.