https://github.com/haskell-miso/miso-filereader
📁 A FileReader API example in miso
https://github.com/haskell-miso/miso-filereader
file-reader haskell miso
Last synced: 4 months ago
JSON representation
📁 A FileReader API example in miso
- Host: GitHub
- URL: https://github.com/haskell-miso/miso-filereader
- Owner: haskell-miso
- Created: 2025-07-26T14:09:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T20:00:56.000Z (5 months ago)
- Last Synced: 2025-09-01T20:23:20.548Z (5 months ago)
- Topics: file-reader, haskell, miso
- Language: Haskell
- Homepage: http://file-reader.haskell-miso.org/
- Size: 69.3 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :ramen: 📁 miso-filereader
## Build and run
Install [Nix Flakes](https://nixos.wiki/wiki/Flakes), then:
```
nix develop .#wasm
make
make serve
```