Skip to content

Commit 6ab4002

Browse files
authored
Add Haskell link to developers-guide.md (#409)
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
1 parent bc59485 commit 6ab4002

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

getting-started/developers-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ layout: getting-started
2323
- [Pascal](https://wiki.freepascal.org/WebAssembly/Compiler)
2424
- [Zig](https://ziglang.org/documentation/master/#WebAssembly)
2525
- [Grain](https://grain-lang.org/docs/)
26+
- [Haskell](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/wasm.html)
2627
- Python (via [Pyodide](https://pyodide.org/en/stable/) or [Nuitka (py2wasm)](https://github.com/wasmerio/py2wasm))
2728
- Use the compiled WebAssembly...
2829
- [from JavaScript code](https://developer.mozilla.org/en-US/docs/WebAssembly/Loading_and_running)

0 commit comments

Comments
 (0)