Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
- typo in folder name
- update cargo-component in workflow action
- update README.md with new details
  • Loading branch information
DougAnderson444 committed Jun 20, 2024
1 parent aa84b8b commit a015761
Show file tree
Hide file tree
Showing 53 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
toolchain: nightly-x86_64-unknown-linux-gnu
components: rust-src, rustfmt

- name: Install cargo component
run: echo yes | cargo binstall cargo-component@0.10.1
- name: Install cargo component v0.13.2
run: echo yes | cargo binstall cargo-component@0.13.2

- name: Run binstall just, wasm-tools
run: |
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The core library should include wrappers so that it can be deployed to various i

- [x] Browser via [WebAssembly](https://en.wikipedia.org/wiki/WebAssembly), [Vite](https://vitejs.dev/) & [`wasm-bindgen`](https://rustwasm.github.io/docs/wasm-bindgen/)
- [x] [Command Line](https://en.wikipedia.org/wiki/Command-line_interface) via Rust
- [x] 🚧 [Tauri](https://tauri.studio/) home, mobile, and desktop
- [x] 🚧 [Tauri](https://tauri.studio/) home, mobile, and desktop (via [peerpiper-desktop](https://github.com/PeerPiper/peerpiper-desktop))
- [ ] [Shuttle](https://shuttle.dev/) via Rust
- [ ] [Fly.io](https://fly.io/) via Docker
- [ ] [Cloudflare Workers](https://workers.cloudflare.com/) via WebAssembly
Expand All @@ -41,15 +41,15 @@ You'll need a few dependencies to get started:

### 🦀 [Rust](https://www.rust-lang.org/)

- [x] [Rust](https://www.rust-lang.org/) 1.78+ (use nightly as stipulated in the `rust-toolchain.toml` file)
- [x] [Rust](https://www.rust-lang.org/) 1.80+ (use nightly as stipulated in the `rust-toolchain.toml` file)
- [x] Add `wasm32-wasi` target: `rustup target add wasm32-wasi`
- [x] Add `wasm32-unknown-unknown` target: `rustup target add wasm32-unknown-unknown`

### 📦 [cargo-component](https://github.com/bytecodealliance/cargo-component)

- [x] [cargo-component](https://github.com/bytecodealliance/cargo-component)

Using [`binstall`](https://github.com/cargo-bins/cargo-binstall): `cargo binstall cargo-component@0.10.1`
Using [`binstall`](https://github.com/cargo-bins/cargo-binstall): `cargo binstall cargo-component@0.13.2`

Note that `cargo-component` is a work in progress and may not be stable. Configs, settings, and commands may change from version to version.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a015761

Please sign in to comment.