Releases: oboard/hare
Releases · oboard/hare
Release v0.1.1
MoonBit REPL v0.1.1
Downloads
- JavaScript:
hare.js(requires Node.js) - Linux x64:
hare-linux-x64 - macOS x64:
hare-macos-x64 - macOS ARM64:
hare-macos-arm64
Installation
JavaScript version:
- Download
hare.js - Run:
node hare.js
Native binaries:
- Download the appropriate binary for your platform
- Make it executable:
chmod +x hare-* - Run:
./hare-*
Changes
See the commit history for detailed changes in this release.
Release v0.1.0
MoonBit REPL v0.1.0
Downloads
- JavaScript:
hare.js(requires Node.js) - Linux x64:
hare-linux-x64 - macOS x64:
hare-macos-x64 - macOS ARM64:
hare-macos-arm64
Installation
JavaScript version:
- Download
hare.js - Run:
node hare.js
Native binaries:
- Download the appropriate binary for your platform
- Make it executable:
chmod +x hare-* - Run:
./hare-*
Changes
See the commit history for detailed changes in this release.
Release v0.8.2.2
MoonBit REPL v0.8.2.2
Downloads
- JavaScript:
moonbit-repl.js(requires Node.js) - Linux x64:
moonbit-repl-linux-x64 - macOS x64:
moonbit-repl-macos-x64 - macOS ARM64:
moonbit-repl-macos-arm64
Installation
JavaScript version:
- Download
moonbit-repl.js - Run:
node moonbit-repl.js
Native binaries:
- Download the appropriate binary for your platform
- Make it executable:
chmod +x moonbit-repl-* - Run:
./moonbit-repl-*
Changes
See the commit history for detailed changes in this release.