webassembly-workflow icon indicating copy to clipboard operation
webassembly-workflow copied to clipboard

A WebAssembly shell project, set up with task runners, testing and CI+test coverage for both JS and C++

Results 4 webassembly-workflow issues
Sort by recently updated
recently updated
newest added

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...

When running "npm run build": "build": "rm -rf build && mkdir build && cd build && cmake -G\"MSYS Makefiles\" .. && npm install" The cmake command generates a.exe. However, it's...

I wanted to try out your cpp testing and found this command in your package.json. "cpp-tests": "cd ./build && make && cpp-tests", But as soon as it reaches cpp-tests it...

Currently, test coverage has only been set up in CI. I've not found a straightforward way to set it up so it's easy to use with minimal extra work from...

help wanted