https://github.com/smarr/asdf-awfy
asdf plugin for use in the Are We Fast Yet project
https://github.com/smarr/asdf-awfy
Last synced: over 1 year ago
JSON representation
asdf plugin for use in the Are We Fast Yet project
- Host: GitHub
- URL: https://github.com/smarr/asdf-awfy
- Owner: smarr
- License: mit
- Created: 2024-01-26T22:52:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T21:57:47.000Z (over 2 years ago)
- Last Synced: 2025-01-21T10:49:57.469Z (over 1 year ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-awfy [](https://github.com/smarr/asdf-awfy/actions/workflows/build.yml) [](https://github.com/smarr/asdf-awfy/actions/workflows/lint.yml)
This [asdf](https://asdf-vm.com) plugin provides access to language implementations not covered by other plugins.
# Dependencies
- `bash`, `curl`, `jq`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html)
# Language Implementations
- [GraalJS](https://github.com/oracle/graaljs/) (native, JVM)
- [GraalPy](https://github.com/oracle/graalpython/) (JVM)
- [Pharo](https://pharo.org/)
- [PyPy Sources](https://downloads.python.org/pypy/)
- [Squeak/Smalltalk](https://squeak.org/)
# Install
Plugin:
```shell
asdf plugin add awfy https://github.com/smarr/asdf-awfy.git
```
awfy:
```shell
# Show all installable versions
asdf list all awfy
# Install latest Graal.js
asdf install awfy latest:graaljs
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to install & manage versions.
# License
See [LICENSE](LICENSE) © [Stefan Marr](https://github.com/smarr/)