https://github.com/robloach/asdf-emsdk
Emscripten SDK plugin for asdf version manager
https://github.com/robloach/asdf-emsdk
asdf asdf-plugin emscripten
Last synced: 7 months ago
JSON representation
Emscripten SDK plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/robloach/asdf-emsdk
- Owner: RobLoach
- License: apache-2.0
- Created: 2020-05-17T23:30:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T05:24:52.000Z (about 2 years ago)
- Last Synced: 2023-08-23T07:41:33.134Z (about 2 years ago)
- Topics: asdf, asdf-plugin, emscripten
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 33.2 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/RobLoach/asdf-emsdk/actions)
[](http://makeapullrequest.com)
[](https://github.com/RobLoach/asdf-emsdk/blob/master/LICENSE)[](#contributors-)
## Prerequirements
- Make sure you have the required dependencies installed:
- [git](https://git-scm.com)
## Installation
```bash
asdf plugin add emsdk https://github.com/RobLoach/asdf-emsdk.git
asdf install emsdk latest
```## Usage
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions.
```
emsdk --help
emcc --version
em++ --version
```## Contributors
Thanks goes to these wonderful people...
Rob Loach
💻
Michał Kalbarczyk
💻
Bryan Hoang
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## License
Licensed under the
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).