Skip to content

Commit 35c4b72

Browse files
committed
[process] moved README for chapter02/hello_world project + edited Cargo.toml from root workspace
Signed-off-by: danbugs <[email protected]>
1 parent 700c34e commit 35c4b72

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@ members = [
1515
"chapter05/wasm_udf_example",
1616
"chapter05/smart_cms/smartcms_test_host",
1717
"chapter05/smart_cms/smartcms_ml_guest",
18-
"chapter06/hello-world-spin",
19-
"chapter06/hello-world-wasmcloud",
20-
"chapter06/smart-cms",
2118
"chapter07/hello-wasm-container",
2219
]

chapter02/hello_world/hello_world_guest/README.md renamed to chapter02/hello_world/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# `hello_world/hello_world_guest`
1+
# `hello_world/`
22

3-
## How to build?
3+
## How to build the guest?
44

55
```bash
66
cargo build --target wasm32-unknown-unknown --release
77
```
88

9-
## How to run?
9+
## How to run the host?
1010

1111
```bash
1212
docker run --rm -v <absolute-path-to-the-directory-containing-the-wasm-module>:/data danstaken/hello_world_host:latest /data/hello_world_guest.wasm 'Dan'

0 commit comments

Comments
 (0)