Skip to content

dead-beef/jest-cpp-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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