Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 278 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 278 Bytes

resistor-optimization

Requirements

  • git
  • cmake
  • Emscripten SDK
  • Node.js

Building

Make sure that you've activated Emscripten SDK.

git submodule update --init --recursive
npm install --omit=dev
npm run wasm-build
NODE_ENV=production npm run generate