Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeroenvervaeke/atlas-cli-ng


https://github.com/jeroenvervaeke/atlas-cli-ng

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Atlas CLI wasm Plugins
## Description
This project is a proof of concept/experiment to determine whether it makes sense to use WebAssembly components as the base of a plugin system for AtlasCLI.

## Dependencies
- https://www.rust-lang.org/tools/install
- wasm32 wasi target: `rustup target add wasm32-wasi`

## Run the project
```sh
make run
```