/asdf-tinygo

asdf plugin for tinygo

Primary LanguageShellOtherNOASSERTION

asdf-tinygo Build Lint

tinygo plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add tinygo https://github.com/schmir/asdf-tinygo.git

tinygo:

# Show all installable versions
asdf list-all tinygo

# Install specific version
asdf install tinygo latest

# Set a version globally (on your ~/.tool-versions file)
asdf global tinygo latest

# Now tinygo commands are available
tinygo version

Check asdf readme for more instructions on how to install & manage versions.

wasm-opt: wasm-opt binary is no longer included in the release bundle. Please use https://github.com/birros/asdf-binaryen.git:

asdf plugin add binaryen https://github.com/birros/asdf-binaryen.git
asdf install binaryen latest
asdf local binaryen latest
wasm-opt --version

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Ralf Schmitt