Skip to content

Commit 0f069b4

Browse files
authored
Merge pull request #43 from bytecodealliance/fix-name
update the sample name
2 parents e2ba46f + 4f8dc35 commit 0f069b4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
IMAGE_NAME: ${{ github.repository }}
11-
COMPONENT_NAME: rust-wasi-hello
11+
COMPONENT_NAME: sample-wasi-http-rust
1212
CARGO_COMPONENT_VERSION: "0.16.0"
1313

1414
jobs:

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "rust-wasi-hello"
2+
name = "sample-wasi-http-rust"
33
version = "0.0.0"
44
edition = "2021"
55
publish = false
@@ -8,7 +8,7 @@ publish = false
88
crate-type = ["cdylib"]
99

1010
[package.metadata.component]
11-
package = "component:rust-wasi-hello"
11+
package = "component:sample-wasi-http-rust"
1212
# This tells cargo-component to use a special adapter, which doesn't depend on
1313
# `get-environment` or other things not present in the proxy world.
1414
proxy = true

0 commit comments

Comments
 (0)