-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathCargo.toml
More file actions
19 lines (19 loc) · 699 Bytes
/
Cargo.toml
File metadata and controls
19 lines (19 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[workspace]
resolver = "2"
members = [
"chapter02/hello_world/hello_world_guest",
"chapter02/hello_world/hello_world_host",
"chapter03/smart_cms/smartcms_test_host",
"chapter04/hello_world_wasi/hello_world_wasi_host",
"chapter04/wasi02/hello_world_wasi02",
"chapter04/wasi02/wasi02_lib",
"chapter04/composability/composability_bin",
"chapter04/composability/composability_lib",
"chapter04/smart_cms/smartcms_test_host",
"chapter04/smart_cms/smartcms_ml_guest",
"chapter05/wasi_nn_example",
"chapter05/wasm_udf_example",
"chapter05/smart_cms/smartcms_test_host",
"chapter05/smart_cms/smartcms_ml_guest",
"chapter07/hello-wasm-container",
]