jest-cpp-wasm Overview C/C++ to WASM Jest transformer. Requirements Node.js NPM Emscripten Installation npm install jest-cpp-wasm Usage transform: { '^.+\\.(c|cpp)$': ['jest-cpp-wasm', { // options }], }, Options Licenses jest-cpp-wasm