Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1009 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 1009 Bytes

jest-cpp-wasm

npm node Libraries.io for GitHub license

Overview

C/C++ to WASM Jest transformer.

Requirements

Installation

npm install jest-cpp-wasm

Usage

transform: {
  '^.+\\.(c|cpp)$': ['jest-cpp-wasm', {
    // options
  }],
},

Options

Licenses