DanRuta / webassembly-workflow

A WebAssembly shell project, set up with task runners, testing and CI+test coverage for both JS and C++
38 stars 11 forks source link

Compiling a C++ project #4

Open MurhafSousli opened 5 years ago

MurhafSousli commented 5 years ago

Hi Dan, I am new to Emscripten and WebAssembly

I would like to use your project to compile to a C++ project so it can work on the web, however I couldn't manage to do it, can this webassembly workflow be used to compile the following project?

https://github.com/snes9xgit/snes9x or https://github.com/snes9xgit/snes9x/tree/master/win32

I can't figure out where to start from, I have Emscripten installed but cannot find /configure directory or any cmake file.

Can you help me?

Many thanks!