mpizenberg / elm-solve-deps

A dependency solver for the elm ecosystem
Mozilla Public License 2.0
5 stars 0 forks source link
dependency-solver elm

Dependency solving for the elm ecosystem

This repository holds two utilities, each in its directory, with slightly different use cases, to deal with dependencies in the elm ecosystem.

Another utility called elm-solve-deps-wasm/, is a WebAssembly package, published on npm, to be able to use this solver directly in JavaScript. That one lives in another repository due to issues compiling the wasm crate with different build profiles when using a Cargo workspace.