Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 308 Bytes

ghcjs-commonjs-fibonacci

GHCJS CommonJS argument passing, pure computation and returning values example.

Building

Running:

npm install

Will install dependencies. To build you can run:

npm run build

Running

The generated code should be executable in Node.js and the Browser.