An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


asdf-emsdk


Emscripten SDK plugin for asdf version manager


[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/RobLoach/asdf-emsdk/Main%20workflow?style=flat-square)](https://github.com/RobLoach/asdf-emsdk/actions)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![License](https://img.shields.io/github/license/RobLoach/asdf-emsdk?style=flat-square&color=brightgreen)](https://github.com/RobLoach/asdf-emsdk/blob/master/LICENSE)

[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#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
Rob Loach

💻
Michał Kalbarczyk
Michał Kalbarczyk

💻
Bryan Hoang
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).