jest-cpp-wasm
v0.2.0
Published
C/C++ to WASM Jest transformer
Downloads
4
Maintainers
Readme
jest-cpp-wasm
Overview
C/C++ to WASM Jest transformer.
Requirements
Installation
npm install jest-cpp-wasm
Usage
transform: {
'^.+\\.(c|cpp)$': ['jest-cpp-wasm', {
// options
}],
},