coolreader18 / asdf-wasi-sdk

An asdf plugin for the WASI sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-wasi-sdk Build Lint

wasi-sdk plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

The plugin:

asdf plugin add wasi-sdk
# or
asdf plugin add https://github.com/coolreader18/asdf-wasi-sdk.git

wasi-sdk:

# 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 readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Noah

About

An asdf plugin for the WASI sdk

License:MIT License


Languages

Language:Shell 100.0%