Skip to content

Commit

Permalink
Merge pull request #644 from veracruz-project/mohamed-arm-readme-fix
Browse files Browse the repository at this point in the history
Fix examples directory path in comments & doc
  • Loading branch information
mohamed-arm authored Jul 21, 2023
2 parents 3d3457d + 76cc385 commit 46ae089
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/data-generators/postcard-generator/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Data generator sdk/rust-examples/postcard-native and postcard-wasm
//! Data generator examples/rust-examples/postcard-native and postcard-wasm
//!
//! # Authors
//!
Expand Down
2 changes: 1 addition & 1 deletion execution-engine/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ We only tested the following calls:
* `fd_tell`
* `path_open`

The test source programs can be found at `$VERACRUZ_ROOT/sdk/rust-examples`.
The test source programs can be found at `$VERACRUZ_ROOT/examples/rust-examples`.

#### `fd_advise`
```rust
Expand Down
4 changes: 2 additions & 2 deletions veracruz-mcu-client/run_mcu_test_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ pkill vc-pas || true
# build dependencies
make sgx-cli-install sdk

make -C sdk/rust-examples/shamir-secret-sharing
make -C examples/rust-examples/shamir-secret-sharing
mkdir -p veracruz-mcu-client/test-data
cp sdk/rust-examples/shamir-secret-sharing/target/wasm32-wasi/release/shamir-secret-sharing.wasm veracruz-mcu-client/test-data/test-binary.wasm
cp examples/rust-examples/shamir-secret-sharing/target/wasm32-wasi/release/shamir-secret-sharing.wasm veracruz-mcu-client/test-data/test-binary.wasm
./sdk/wasm-checker/wabt/bin/wasm-strip veracruz-mcu-client/test-data/test-binary.wasm

# setup identities
Expand Down

0 comments on commit 46ae089

Please sign in to comment.