Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shundroid committed Oct 17, 2023
1 parent 3cc75fa commit 228a947
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@

flow is a representation of "flow concept" using programming language.

For more details, please visit [documentation website](https://flowlang.vercel.app/).
For more details, please visit [the documentation website](https://flowlang.vercel.app/).

# Development

This package is managed by `cabal`. You can use `cabal repl` to immediately run the program during development.

# Build

For building WebAssembly binary, the additional GHC backend should be installed. Please refer to the page below:

https://ghc.gitlab.haskell.org/ghc/doc/users_guide/wasm.html

According to the page, [ghc-wasm-meta](https://gitlab.haskell.org/ghc/ghc-wasm-meta) is useful to setup the backend. Note that you may need to set the environment variable `FLAVOUR` to `9.6` before executing `./setup.sh`.

0 comments on commit 228a947

Please sign in to comment.