Skip to content

pravdomil/Elm-FFI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm FFI

Foreign function interface for Elm.

Read The Limits of Elm/JS Interop first.

Install

  1. npm i pravdomil/elm-ffi --save-dev
  2. Add node_modules/elm-ffi/src into elm.json/source-directories.

Usage

  1. Use JavaScript module.
  2. elm make src/Main.elm --output elm.js
  3. elm-ffi elm.js

To show commandline options run elm-ffi.

About

Foreign function interface for Elm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published