Skip to content

Commit 9a12f70

Browse files
Remove any reference to the Rust build.sh script (#836)
* remove any reference to the Rust build.sh script * remove target dir --------- Co-authored-by: Richard Pringle <[email protected]>
1 parent 7fd835e commit 9a12f70

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

x/programs/rust/README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ rustup target add wasm32-unknown-unknown
1212
cargo build --target wasm32-unknown-unknown --target-dir $CARGO_TARGET_DIR --release
1313
```
1414

15-
- Optionally use our build script.
16-
17-
```sh
18-
./scripts/build.sh
19-
```
20-
2115
## Debugging
2216

2317
While developing programs you can optionally compile the program with `Wasi`
@@ -29,7 +23,7 @@ set `WithEnableTestingOnlyMode` for the runtime `Config`.
2923
from your program and recompile without `DEBUG`.
3024

3125
```sh
32-
DEBUG=1 ./scripts/build.sh
26+
cargo build --target wasm32-wasi
3327
```
3428

3529
## Storage

0 commit comments

Comments
 (0)