Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomastaylor312/wasifill-example
https://github.com/thomastaylor312/wasifill-example
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomastaylor312/wasifill-example
- Owner: thomastaylor312
- Created: 2023-08-03T18:57:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T22:55:49.000Z (over 1 year ago)
- Last Synced: 2024-11-29T05:31:08.936Z (2 months ago)
- Language: Rust
- Size: 770 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artisanally crafted, organic, locally grown wasifill example
## Pre-reqs
You will need to have a [Rust][rust] toolchain installed in addition to the following tools:
| Tool | Description |
| ------------------------------------ | -------------------------------------------------------------------------------- |
| [`just`][just] | A tool runner, similar to [`make`][make] |
| [`wash`][wash] | CLI tool that powers [wasmCloud][wasmcloud], a WebAssembly compute mesh platform |
| [`cargo component`][cargo-component] | A cargo plugin that is wasm component aware |[just]: https://github.com/casey/just
[make]: https://www.gnu.org/software/make
[wasmcloud]: https://wasmcloud.com/
[wash]: https://github.com/wasmCloud/wash
[rust]: https://rust-lang.org
[cargo-component]: https://github.com/bytecodealliance/cargo-component## Usage
```bash
just build
```