C/C++ to WASM Jest transformer.
npm install jest-cpp-wasm
transform: {
'^.+\\.(c|cpp)$': ['jest-cpp-wasm', {
// options
}],
},
C/C++ to WASM Jest transformer.
npm install jest-cpp-wasm
transform: {
'^.+\\.(c|cpp)$': ['jest-cpp-wasm', {
// options
}],
},