-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guide to compile dhall to JS backend, wasm backend and GHCJS #2600
Comments
The Dhall JavaScript code that powers https://dhall-lang.org is built using the older GHCJS and that's using Nixpkgs's support for GHCJS. However, I haven't tried either the WASM backend or the new JavaScript backend. Also, even the older GHCJS build is deprecated (it's currently disabled in |
With the WASM backend, the only problematic dependency now is
|
Note that I haven't looked in to |
@georgefst did you get the wasm version running or just compiling? |
Could anyone provide some hints on how to get dhall compiled into a javascript library? And how would one get an API specification for this library? AFAIK there are three possibly targets, the older GHCJS, the new javascript backend 1 and a WASM backend. I would like to try all three
The text was updated successfully, but these errors were encountered: