Skip to content

Commit 9e162a7

Browse files
committed
2 parents 22d9acb + 8e9eeeb commit 9e162a7

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

src/cargo-web/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

2-
# Cargo Expand (cargo-expand)
2+
# Cargo Web (cargo-web)
33

4-
A feature to install cargo expand
4+
A feature to install cargo web
55

66
## Example Usage
77

88
```json
99
"features": {
10-
"ghcr.io/lee-orr/rusty-dev-containers/cargo-expand:0": {}
10+
"ghcr.io/lee-orr/rusty-dev-containers/cargo-web:0": {}
1111
}
1212
```
1313

@@ -21,4 +21,4 @@ A feature to install cargo expand
2121

2222
---
2323

24-
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/lee-orr/rusty-dev-containers/blob/main/src/cargo-expand/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
24+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/lee-orr/rusty-dev-containers/blob/main/src/cargo-web/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

src/wasm-server-runner/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

2-
# Cargo Expand (cargo-expand)
2+
# Wasm Server Runner (wasm-server-runner)
33

4-
A feature to install cargo expand
4+
A feature to install wasm server runner
55

66
## Example Usage
77

88
```json
99
"features": {
10-
"ghcr.io/lee-orr/rusty-dev-containers/cargo-expand:0": {}
10+
"ghcr.io/lee-orr/rusty-dev-containers/wasm-server-runner:0": {}
1111
}
1212
```
1313

@@ -21,4 +21,4 @@ A feature to install cargo expand
2121

2222
---
2323

24-
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/lee-orr/rusty-dev-containers/blob/main/src/cargo-expand/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
24+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/lee-orr/rusty-dev-containers/blob/main/src/wasm-server-runner/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

src/wasm-server-runner/install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,4 @@ fi
99

1010
dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq)
1111

12-
if ! cargo install --list | grep "cargo-binstall" > /dev/null; then
13-
cargo install cargo-binstall --locked
14-
fi
15-
16-
cargo binstall wasm-server-runner -y
12+
cargo install wasm-server-runner -f

0 commit comments

Comments
 (0)