winter
Haskell port of the WebAssembly OCaml reference interpreter (by dfinity-side-projects)
wasm-api-hs
High-level Haskell bindings to Wasm C API. (by dfinity)
winter | wasm-api-hs | |
---|---|---|
1 | 1 | |
46 | 2 | |
- | - | |
2.8 | 2.3 | |
over 1 year ago | almost 4 years ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
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.
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.
wasm-api-hs
Posts with mentions or reviews of wasm-api-hs.
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?
Check out https://github.com/dfinity/wasm-api-hs, it is a Haskell binding for the official, general-purpose Wasm C API, and so should work with multiple Wasm engines.
What are some alternatives?
When comparing winter and wasm-api-hs you can also consider the following projects:
inline-js - Call JavaScript from Haskell, and vice versa!
fp - A small, weird and unpractical programming language.
hint - Runtime Haskell interpreter
mikrokosmos - (λ) Educational lambda calculus interpreter
hwhile - An interpreter for the While language written in Haskell
hint - Runtime Haskell interpreter [Moved to: https://github.com/haskell-hint/hint]
yabi - Yet Another Brainfuck Interpreter