vs-tool icon indicating copy to clipboard operation
vs-tool copied to clipboard

WASM support

Open Cleverman87 opened this issue 7 years ago • 2 comments

Is there any plan to support building as WASM ?

Cleverman87 avatar Feb 02 '18 21:02 Cleverman87

Unfortunately I've dropped development of vs-tool, since it's not been as flexible as I hoped. Generally I use CMake+Mingw32-Make to drive Visual Studio IDE + Emscripten co-targeting, which can also be used to build to Wasm, so I'd recommend trying a setup similar to that. Or perhaps someone might have picked up the development of vs-tool further, iirc there were some forks in action at least some time ago.

juj avatar Feb 09 '18 11:02 juj

"CMake+Mingw32-Make to drive Visual Studio IDE + Emscripten co-targeting" I wish I understood how to do that. I am using VS2017. I have a project and I don't know how to create a makefile for this complex project and I don't understand CMake. The only thing I can do is create a simple makefile and compile using emcc on command line. The world really needs a simple tutorial explaining on VS17 users can build a project with Emscripten. Everything seems so complicated, stiff, and outdated.

arasouli91 avatar Apr 15 '18 06:04 arasouli91