Skip to content

Commit

Permalink
Add Haskell link to developers-guide.md (#409)
Browse files Browse the repository at this point in the history
This PR adds a link to the Haskell-WASM documentation in the Developer
Guide section of the WebAssembly website. The addition provides an
important resource for developers who may be interested in learning more
about using Haskell with WebAssembly.

@tomayac
  • Loading branch information
tusharad authored Nov 18, 2024
1 parent bc59485 commit 6ab4002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getting-started/developers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ layout: getting-started
- [Pascal](https://wiki.freepascal.org/WebAssembly/Compiler)
- [Zig](https://ziglang.org/documentation/master/#WebAssembly)
- [Grain](https://grain-lang.org/docs/)
- [Haskell](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/wasm.html)
- Python (via [Pyodide](https://pyodide.org/en/stable/) or [Nuitka (py2wasm)](https://github.com/wasmerio/py2wasm))
- Use the compiled WebAssembly...
- [from JavaScript code](https://developer.mozilla.org/en-US/docs/WebAssembly/Loading_and_running)
Expand Down

0 comments on commit 6ab4002

Please sign in to comment.