Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroenvervaeke/atlas-cli-wasm-plugins
https://github.com/jeroenvervaeke/atlas-cli-wasm-plugins
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeroenvervaeke/atlas-cli-wasm-plugins
- Owner: jeroenvervaeke
- License: mit
- Created: 2024-05-14T09:08:11.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-11T11:37:38.000Z (2 months ago)
- Last Synced: 2024-10-20T07:36:53.266Z (about 1 month ago)
- Language: Rust
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```