inline-js
Call JavaScript from Haskell, and vice versa! (by tweag)
winter
Haskell port of the WebAssembly OCaml reference interpreter (by dfinity-side-projects)
Our great sponsors
inline-js | winter | |
---|---|---|
2 | 1 | |
127 | 46 | |
0.0% | - | |
0.0 | 0.0 | |
7 months ago | 4 months ago | |
Haskell | Haskell | |
- | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
inline-js
Posts with mentions or reviews of inline-js.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-03.
-
Monthly Hask Anything (January 2022)
Anyone using https://github.com/tweag/inline-js for anything interesting?
-
are there any libraries to interop with WASM?
Another way to do this would be using inline-js to load and run the wasm stuff via node. inline-js already supports exporting Haskell functions as sync functions on the JS side, so they can be used as wasm import functions. I've always wanted to write a blog post about using inline-js as a wasm runner but unsure if there's real interest out there..
winter
Posts with mentions or reviews of winter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-02-28.
-
are there any libraries to interop with WASM?
There's winter by dfinity, which ports the wasm spec interpreter originally written in OCaml. There aren't quick examples around so it'll take a while before you get familiar with its internals.
What are some alternatives?
When comparing inline-js and winter you can also consider the following projects:
learn-you-a-haskell - “Learn You a Haskell for Great Good!” by Miran Lipovača
hwhile - An interpreter for the While language written in Haskell
wasm-api-hs - High-level Haskell bindings to Wasm C API.
hint - Runtime Haskell interpreter
fp - A small, weird and unpractical programming language.
hint - Runtime Haskell interpreter [Moved to: https://github.com/haskell-hint/hint]
mikrokosmos - (λ) Educational lambda calculus interpreter