https://github.com/coolreader18/asdf-wasi-sdk
An asdf plugin for the WASI sdk
https://github.com/coolreader18/asdf-wasi-sdk
Last synced: 5 months ago
JSON representation
An asdf plugin for the WASI sdk
- Host: GitHub
- URL: https://github.com/coolreader18/asdf-wasi-sdk
- Owner: coolreader18
- License: mit
- Created: 2020-12-14T01:48:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T05:07:33.000Z (about 4 years ago)
- Last Synced: 2025-04-11T14:14:30.499Z (10 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-wasi-sdk  
[wasi-sdk](https://github.com/WebAssembly/wasi-sdk) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
The plugin:
```shell
asdf plugin add wasi-sdk
# or
asdf plugin add https://github.com/coolreader18/asdf-wasi-sdk.git
```
wasi-sdk:
```shell
# Show all installable versions
asdf list-all wasi-sdk
# Install specific version
asdf install wasi-sdk latest
# Set a version globally (on your ~/.tool-versions file)
asdf global wasi-sdk latest
# Now wasi-sdk commands are available
wasicc --version
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/coolreader18/asdf-wasi-sdk/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Noah](https://github.com/coolreader18/)