Skip to content

Commit 700c34e

Browse files
authored
Merge pull request #4 from danbugs/danbugs/chapter7
[chapter-work] Chapter 7
2 parents 023d769 + e01e873 commit 700c34e

File tree

41 files changed

+199
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+199
-47
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.onnx filter=lfs diff=lfs merge=lfs -text
2+
*.wasm filter=lfs diff=lfs merge=lfs -text

Cargo.lock

Lines changed: 47 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ 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",
18+
"chapter06/hello-world-spin",
19+
"chapter06/hello-world-wasmcloud",
20+
"chapter06/smart-cms",
21+
"chapter07/hello-wasm-container",
2122
]

0 commit comments

Comments
 (0)